Searched refs:NavigationTitleComposedElement (Results 1 – 3 of 3) sorted by relevance
24 class ACE_EXPORT NavigationTitleComposedElement : public InspectorComposedElement {25 DECLARE_ACE_TYPE(NavigationTitleComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument28 explicit NavigationTitleComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()29 ~NavigationTitleComposedElement() override = default;
24 std::unique_ptr<JsonValue> NavigationTitleComposedElement::ToJsonObject() const in ToJsonObject()30 void NavigationTitleComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& new… in UpdateChildWithSlot()
244 …[](const std::string& id) { return AceType::MakeRefPtr<V2::NavigationTitleComposedElement>(id); } … in __anona4bda69c5502()