Home
last modified time | relevance | path

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

123

/foundation/ace/ace_engine/frameworks/core/components/test/unittest/list/
Dlist_element_test.cpp516 listComponent->InsertChild(0, MakeListChild("id0", "name0", "common", 0.0, ITEM_HEIGHT));
629 listComponent->InsertChild(i, listItems[i]);
655 listComponent->InsertChild(0, newChild0);
657 listComponent->InsertChild(0, newChild0);
666 listComponent->InsertChild(1, newChild1);
694 listComponent->InsertChild(i, listItems[i]);
720 listComponent->InsertChild(1, newChild0);
722 listComponent->InsertChild(1, newChild0);
729 listComponent->InsertChild(2, newChild1);
731 listComponent->InsertChild(2, newChild1);
[all …]
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_svg_g.cpp47 gComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
49 gComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
Ddom_svg.cpp47 svgComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
49 svgComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
Ddom_svg_path.cpp31 pathComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_polyline.cpp31 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_line.cpp31 lineComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_fe_gaussianblur.cpp31 feGaussianBlurComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_ellipse.cpp31 ellipseComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_rect.cpp31 rectComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_circle.cpp32 circleComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_use.cpp32 useComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_defs.cpp31 defsComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_polygon.cpp31 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_fe_offset.cpp31 feOffsetComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_fe_composite.cpp31 feCompositeComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_fe_colormatrix.cpp31 feColorMatrixComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_text_path.cpp31 textPathComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_filter.cpp32 filterComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_mask.cpp32 maskComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
Ddom_svg_text.cpp31 textComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
/foundation/ace/ace_engine/frameworks/core/components/indexer/
Dindexer_list_component.cpp33 void IndexerListComponent::InsertChild(uint32_t position, const RefPtr<Component>& child) in InsertChild() function in OHOS::Ace::IndexerListComponent
51 list_->InsertChild(itemIndex, child); in AppendChild()
/foundation/ace/ace_engine/frameworks/core/components/stepper/
Dstepper_component.cpp57 void StepperComponent::InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() function in OHOS::Ace::StepperComponent
79 ComponentGroup::InsertChild(position, child); in InsertChild()
/foundation/ace/ace_engine/frameworks/core/components/stack/
Dstack_component.cpp39 InsertChild(0, container); in SetNavigationBar()
/foundation/ace/ace_engine/frameworks/core/components/coverage/
Dcoverage_component.cpp47 InsertChild(1, alignComponent_); in Initialization()
/foundation/ace/ace_engine/frameworks/core/components/list/
Dlist_component.cpp106 void ListComponent::InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() function in OHOS::Ace::ListComponent
149 ComponentGroup::InsertChild(std::distance(children.begin(), it), child); in InsertChild()

123