/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_col/ |
H A D | grid_col_layout_algorithm.cpp | 23 auto children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | relative_container_model_impl.cpp | 26 std::list<RefPtr<Component>> children; in Create() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tab_content_item_component.cpp | 22 TabContentItemComponent::TabContentItemComponent(std::list<RefPtr<Component>>& children) in TabContentItemComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | row_split_component.h | 30 explicit RowSplitComponent(const std::list<RefPtr<Component>>& children) in RowSplitComponent() argument
|
H A D | column_split_component.h | 30 explicit ColumnSplitComponent(const std::list<RefPtr<Component>>& children) in ColumnSplitComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | svg_tspan_component.h | 28 explicit SvgTspanComponent(const std::list<RefPtr<Component>>& children) : SvgTextComponent(children) {} in SvgTspanComponent() argument
|
H A D | render_svg_g.cpp | 40 const auto& children = GetChildren(); in PerformLayout() local
|
H A D | svg_fe_colormatrix_component.cpp | 28 SvgFeColorMatrixComponent::SvgFeColorMatrixComponent(const std::list<RefPtr<Component>>& children) in SvgFeColorMatrixComponent() argument
|
H A D | svg_defs_component.cpp | 28 SvgDefsComponent::SvgDefsComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgDefsComponent() argument
|
H A D | svg_fe_gaussianblur_component.cpp | 28 SvgFeGaussianBlurComponent::SvgFeGaussianBlurComponent(const std::list<RefPtr<Component>>& children) in SvgFeGaussianBlurComponent() argument
|
H A D | svg_fe_composite_component.cpp | 28 SvgFeCompositeComponent::SvgFeCompositeComponent(const std::list<RefPtr<Component>>& children) in SvgFeCompositeComponent() argument
|
H A D | svg_fe_offset_component.cpp | 28 SvgFeOffsetComponent::SvgFeOffsetComponent(const std::list<RefPtr<Component>>& children) in SvgFeOffsetComponent() argument
|
H A D | svg_pattern_component.cpp | 28 SvgPatternComponent::SvgPatternComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgPatternComponent() argument
|
H A D | svg_mask_component.cpp | 28 SvgMaskComponent::SvgMaskComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgMaskComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/ |
H A D | rosen_render_rich_text.cpp | 29 auto children = GetChildren(); in DumpTree() local
|
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | hyperlink_component.h | 32 explicit HyperlinkComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in HyperlinkComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_component.h | 28 explicit ToolBarComponent(const std::list<RefPtr<Component>>& children) in ToolBarComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/overlay/ |
H A D | overlay_component.h | 27 explicit OverlayComponent(const std::list<RefPtr<Component>>& children) in OverlayComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | relative_container_component.h | 32 RelativeContainerComponent(const std::list<RefPtr<Component>>& children) in RelativeContainerComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/align/ |
H A D | align_component.cpp | 22 AlignComponent::AlignComponent(const std::list<RefPtr<Component>>& children, const Alignment& alignment) in AlignComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/sheet/ |
H A D | sheet_component.h | 31 SheetComponent(FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) in SheetComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/stage/ |
H A D | stage_component.h | 30 explicit StageComponent(const std::list<RefPtr<Component>>& children) in StageComponent() argument 33 StageComponent(const std::list<RefPtr<Component>>& children, bool isSectionStage) in StageComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_item_component_v2.cpp | 19 StepperItemComponentV2(FlexDirection direction, FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) StepperItemComponentV2() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | counter_component.h | 43 explicit CounterComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in CounterComponent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_component_v2.h | 27 FlexComponentV2(FlexDirection direction, FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) FlexComponentV2() argument
|