Searched refs:CounterComposedElement (Results 1 – 3 of 3) sorted by relevance
24 class ACE_EXPORT CounterComposedElement : public InspectorComposedElement {25 DECLARE_ACE_TYPE(CounterComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument28 explicit CounterComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()29 ~CounterComposedElement() override = default;
22 std::string CounterComposedElement::GetWidth() const in GetWidth()35 std::string CounterComposedElement::GetHeight() const in GetHeight()
113 [](const std::string& id) { return AceType::MakeRefPtr<V2::CounterComposedElement>(id); } }, in __anona4bda69c0402()