Home
last modified time | relevance | path

Searched defs:children (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dmulti_child.h31 explicit MultiChild(const std::list<RefPtr<Component>>& children) : children_(children) {} in MultiChild()
45 auto& children = ExpandChildren(); in AddChild() local
61 auto& children = ExpandChildren(); in RemoveChild() local
73 auto& children = ExpandChildren(); in RemoveChildren() local
82 const auto& children = GetChildren(); in Count() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stage/
H A Dstage_component.h30 explicit StageComponent(const std::list<RefPtr<Component>>& children) in StageComponent()
33 StageComponent(const std::list<RefPtr<Component>>& children, bool isSectionStage) in StageComponent()
H A Drender_stage.cpp136 auto children = stageElement->GetChildren(); in HandleDragUpdate() local
168 auto children = stageElement->GetChildren(); in HandleDragStart() local
225 auto children = stageElement->GetChildren(); in HandleDragEnd() local
272 auto children = stageElement->GetChildren(); in GetControllers() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dstack_tdd_test.cpp59 jerry_value_t children = jerry_create_null(); in CreateChildComponent() local
81 jerry_value_t children = jerry_create_null(); in ComponentStackTest001() local
109 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest002() local
145 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest003() local
193 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest004() local
241 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest005() local
289 jerry_value_t children = jerry_create_array(childrenNum); in ComponentStackTest006() local
H A Dhorizonprogress_tdd_test.cpp64 jerry_value_t children = jerry_create_null(); in HorizonProgressTest001() local
107 jerry_value_t children = jerry_create_null(); in HorizonProgressTest002() local
150 jerry_value_t children = jerry_create_null(); in HorizonProgressTest003() local
201 jerry_value_t children = jerry_create_null(); in HorizonProgressTest004() local
245 jerry_value_t children = jerry_create_null(); in HorizonProgressTest005() local
290 jerry_value_t children = jerry_create_null(); in HorizonProgressTest006() local
334 jerry_value_t children = jerry_create_null(); in HorizonProgressTest007() local
378 jerry_value_t children = jerry_create_null(); in HorizonProgressTest008() local
425 jerry_value_t children = jerry_create_null(); in HorizonProgressTest009() local
477 jerry_value_t children = jerry_create_null(); in HorizonProgressTest013() local
[all …]
H A Dlist_tdd_test.cpp55 jerry_value_t children = jerry_create_null(); in ListTest001() local
94 jerry_value_t children = jerry_create_null(); in ListTest002() local
136 jerry_value_t children = jerry_create_null(); in ListTest003() local
178 jerry_value_t children = jerry_create_null(); in ListTest004() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcolumn_model_impl.cpp30 std::list<RefPtr<Component>> children; in Create() local
60 std::list<RefPtr<Component>> children; in CreateWithWrap() local
H A Drow_model_impl.cpp29 std::list<RefPtr<Component>> children; in Create() local
56 std::list<RefPtr<Component>> children; in CreateWithWrap() local
H A Dhyperlink_model_impl.cpp33 std::list<RefPtr<Component>> children; in Create() local
52 std::list<RefPtr<Component>> children = hyperlink->GetChildren(); in Pop() local
H A Dstack_model_impl.cpp27 std::list<RefPtr<Component>> children; in Create() local
37 std::list<RefPtr<Component>> children; in Create() local
H A Drelative_container_model_impl.cpp27 std::list<RefPtr<Component>> children; in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.cpp51 const auto& children = GetChildren(); in PerformLayout() local
59 const auto& children = GetChildren(); in PerformLayout() local
H A Dshape_container_element.cpp38 const auto& children = shapeContainerComponent->GetChildren(); in UpdateChildStyle() local
73 auto children = multiComposedComponent->GetChildren(); in UpdateChildStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp29 StepperComponent::StepperComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(c… in StepperComponent()
70 const auto& children = GetChildren(); in InsertChild() local
135 auto children = ifElseComponent->GetChildren(); in CollectItems() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp192 const auto& children = stageNode_->GetChildren(); in PushPage() local
287 const auto& children = stageNode_->GetChildren(); in InsertPage() local
327 const auto& children = stageNode_->GetChildren(); in PopPage() local
370 const auto& children = stageNode_->GetChildren(); in PopPageToIndex() local
431 const auto& children = stageNode_->GetChildren(); in CleanPageStack() local
453 const auto& children = stageNode_->GetChildren(); in MovePageToFront() local
557 const auto& children = stageNode_->GetChildren(); in GetLastPage() local
567 const auto& children = stageNode_->GetChildren(); in GetPageById() local
579 const auto& children = stageNode_->GetChildren(); in ReloadStage() local
596 const auto& children = stageNode_->GetChildren(); in GetLastPageWithTransition() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_component.h32 …explicit HyperlinkComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(childre… in HyperlinkComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/overlay/
H A Doverlay_component.h27 explicit OverlayComponent(const std::list<RefPtr<Component>>& children) in OverlayComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_tspan_component.h28 …explicit SvgTspanComponent(const std::list<RefPtr<Component>>& children) : SvgTextComponent(childr… in SvgTspanComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_component.h28 explicit ToolBarComponent(const std::list<RefPtr<Component>>& children) in ToolBarComponent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_two_test.cpp293 std::vector<std::shared_ptr<RSRenderNode>> children; variable
726 std::vector<std::shared_ptr<RSRenderNode>> children; variable
747 std::vector<std::shared_ptr<RSRenderNode>> children; variable
776 std::vector<std::shared_ptr<RSRenderNode>> children; variable
807 std::vector<std::shared_ptr<RSRenderNode>> children; variable
831 std::vector<std::shared_ptr<RSRenderNode>> children; variable
892 std::vector<std::shared_ptr<RSRenderNode>> children; variable
915 std::vector<std::shared_ptr<RSRenderNode>> children; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_manager_test_ng.cpp193 auto children = root->GetChildren(); variable
271 auto children = root->GetChildren(); variable
432 auto children = root->GetChildren(); variable
505 auto children = root_->GetChildren(); variable
556 auto children = root_->GetChildren(); variable
586 auto children = root_->GetChildren(); variable
616 auto children = root_->GetChildren(); variable
648 auto children = root_->GetChildren(); variable
684 auto children = root_->GetChildren(); variable
718 auto children = root_->GetChildren(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drelative_container_component.h32 RelativeContainerComponent(const std::list<RefPtr<Component>>& children) in RelativeContainerComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/sheet/
H A Dsheet_component.h31 …nt(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in SheetComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/
H A Dgrid_col_layout_algorithm.cpp26 auto children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/align/
H A Dalign_component.cpp22 AlignComponent::AlignComponent(const std::list<RefPtr<Component>>& children, const Alignment& align… in AlignComponent()

12345678910>>...14