Home
last modified time | relevance | path

Searched refs:InsertChild (Results 1 – 25 of 58) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_content_modifier.cpp36 ArkUI_Int32 InsertChild(ArkUINodeContentHandle content, ArkUINodeHandle child, ArkUI_Int32 position) in InsertChild() function
94 …static const ArkUINodeContentModifier modifier = { AddChild, InsertChild, RemoveChild, RegisterEve… in GetNodeContentModifier()
101 …static const CJUINodeContentModifier modifier = { AddChild, InsertChild, RemoveChild, RegisterEven… in GetCJUINodeContentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_g.cpp44 gComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
46 gComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_svg.cpp44 svgComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
46 svgComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_div.cpp41 grid_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
47 wrapChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
52 flexChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
544 focusCollaboration->InsertChild(0, child); in CompositeComponents()
577 focusCollaboration->InsertChild(0, child); in CompositeComponents()
H A Ddom_svg_circle.cpp30 circleComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_defs.cpp31 defsComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_ellipse.cpp29 ellipseComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_fe_colormatrix.cpp29 feColorMatrixComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_fe_composite.cpp29 feCompositeComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_fe_gaussianblur.cpp29 feGaussianBlurComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_fe_offset.cpp29 feOffsetComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_line.cpp29 lineComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_path.cpp29 pathComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_polygon.cpp29 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_polyline.cpp29 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_rect.cpp29 rectComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_use.cpp30 useComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_text_path.cpp29 textPathComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_filter.cpp30 filterComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
H A Ddom_svg_mask.cpp30 maskComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp33 void IndexerListComponent::InsertChild(uint32_t position, const RefPtr<Component>& child) in InsertChild() function in OHOS::Ace::IndexerListComponent
50 list_->InsertChild(itemIndex, child); in AppendChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp58 void StepperComponent::InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() function in OHOS::Ace::StepperComponent
79 ComponentGroup::InsertChild(position, child); in InsertChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp101 void ListComponent::InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() function in OHOS::Ace::ListComponent
142 ComponentGroup::InsertChild(std::distance(children.begin(), it), child); in InsertChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_component.cpp39 InsertChild(0, container); in SetNavigationBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Dcoverage_component.cpp47 InsertChild(1, alignComponent_); in Initialization()

123