/foundation/ace/ace_engine/frameworks/core/components/test/unittest/list/ |
D | list_element_test.cpp | 516 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/ |
D | dom_svg_g.cpp | 47 gComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded() 49 gComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
|
D | dom_svg.cpp | 47 svgComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded() 49 svgComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
|
D | dom_svg_path.cpp | 31 pathComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_polyline.cpp | 31 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_line.cpp | 31 lineComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_fe_gaussianblur.cpp | 31 feGaussianBlurComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_ellipse.cpp | 31 ellipseComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_rect.cpp | 31 rectComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_circle.cpp | 32 circleComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_use.cpp | 32 useComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_defs.cpp | 31 defsComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_polygon.cpp | 31 polygonComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_fe_offset.cpp | 31 feOffsetComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_fe_composite.cpp | 31 feCompositeComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_fe_colormatrix.cpp | 31 feColorMatrixComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_text_path.cpp | 31 textPathComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_filter.cpp | 32 filterComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_mask.cpp | 32 maskComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
D | dom_svg_text.cpp | 31 textComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
|
/foundation/ace/ace_engine/frameworks/core/components/indexer/ |
D | indexer_list_component.cpp | 33 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/ |
D | stepper_component.cpp | 57 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/ |
D | stack_component.cpp | 39 InsertChild(0, container); in SetNavigationBar()
|
/foundation/ace/ace_engine/frameworks/core/components/coverage/ |
D | coverage_component.cpp | 47 InsertChild(1, alignComponent_); in Initialization()
|
/foundation/ace/ace_engine/frameworks/core/components/list/ |
D | list_component.cpp | 106 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()
|