Home
last modified time | relevance | path

Searched refs:CompositeSpecializedComponent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item_group.cpp195 RefPtr<Component> DOMListItemGroup::CompositeSpecializedComponent(const std::vector<RefPtr<SingleCh… in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMListItemGroup
197 return DOMNode::CompositeSpecializedComponent(components); in CompositeSpecializedComponent()
H A Ddom_list_item_group.h45 …RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& components…
H A Ddom_popup.h50 …RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& components…
H A Ddom_dialog.h46 …RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& components…
H A Ddom_panel.h45 …RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& components…
H A Ddom_stepper_item.h64 …RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& components…
H A Ddom_list_item.h76 …RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& components…
H A Ddom_dialog.cpp171 RefPtr<Component> DOMDialog::CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& … in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMDialog
H A Ddom_panel.cpp165 RefPtr<Component> DOMPanel::CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& c… in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMPanel
H A Ddom_stepper_item.cpp169 RefPtr<Component> DOMStepperItem::CompositeSpecializedComponent(const std::vector<RefPtr<SingleChil… in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMStepperItem
H A Ddom_popup.cpp225 RefPtr<Component> DOMPopup::CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& c… in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMPopup
H A Ddom_list_item.cpp410 RefPtr<Component> DOMListItem::CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>… in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMListItem
H A Ddom_node.h805 …virtual RefPtr<Component> CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& co…
H A Ddom_node.cpp1288 auto compositeComponent = CompositeSpecializedComponent(components); in CompositeComponents()
2128 RefPtr<Component> DOMNode::CompositeSpecializedComponent(const std::vector<RefPtr<SingleChild>>& co… in CompositeSpecializedComponent() function in OHOS::Ace::Framework::DOMNode