Home
last modified time | relevance | path

Searched refs:AppendChildDirectly (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_component.cpp54 AppendChildDirectly(flexItem_); in TabsComponent()
55 AppendChildDirectly(box); in TabsComponent()
57 AppendChildDirectly(box); in TabsComponent()
58 AppendChildDirectly(flexItem_); in TabsComponent()
69 tabContent_->AppendChildDirectly(child); in AppendChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component_v2.cpp95 AppendChildDirectly(newChild); in OnChildAppended()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group.h93 void AppendChildDirectly(const RefPtr<Component>& child) in AppendChildDirectly() function