Home
last modified time | relevance | path

Searched defs:children (Results 26 - 50 of 537) sorted by relevance

12345678910>>...22

/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Dsvg_fe_colormatrix_component.cpp28 SvgFeColorMatrixComponent::SvgFeColorMatrixComponent(const std::list<RefPtr<Component>>& children) in SvgFeColorMatrixComponent() argument
H A Dsvg_defs_component.cpp28 SvgDefsComponent::SvgDefsComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgDefsComponent() argument
H A Dsvg_fe_gaussianblur_component.cpp28 SvgFeGaussianBlurComponent::SvgFeGaussianBlurComponent(const std::list<RefPtr<Component>>& children) in SvgFeGaussianBlurComponent() argument
H A Dsvg_fe_composite_component.cpp28 SvgFeCompositeComponent::SvgFeCompositeComponent(const std::list<RefPtr<Component>>& children) in SvgFeCompositeComponent() argument
H A Dsvg_fe_offset_component.cpp28 SvgFeOffsetComponent::SvgFeOffsetComponent(const std::list<RefPtr<Component>>& children) in SvgFeOffsetComponent() argument
H A Dsvg_pattern_component.cpp28 SvgPatternComponent::SvgPatternComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgPatternComponent() argument
H A Dsvg_mask_component.cpp28 SvgMaskComponent::SvgMaskComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgMaskComponent() argument
H A Drender_svg_defs.cpp45 const auto& children = GetChildren(); in PerformLayout() local
H A Dsvg_filter_component.cpp28 SvgFilterComponent::SvgFilterComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgFilterComponent() argument
H A Dsvg_g_component.cpp28 SvgGComponent::SvgGComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgGComponent() argument
H A Dsvg_polygon_component.cpp33 SvgPolygonComponent::SvgPolygonComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in SvgPolygonComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_component_v2.h27 FlexComponentV2(FlexDirection direction, FlexAlign mainAxisAlign, FlexAlign crossAxisAlign, const std::list<RefPtr<Component>>& children) FlexComponentV2() argument
/foundation/arkui/ace_engine/frameworks/core/components/proxy/
H A Drender_proxy.cpp44 const auto& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drosen_render_refresh.cpp33 auto children = GetChildren(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Dcoverage_component.cpp27 CoverageComponent::CoverageComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in CoverageComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/align/
H A Drender_align.cpp39 const std::list<RefPtr<RenderNode>>& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sheet.cpp27 std::list<RefPtr<Component>> children; in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_layout_algorithm.cpp52 auto children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/
H A Dlazy_foreach_component.cpp38 const auto& children = GetChildren(); in GetChildByIndex() local
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns17.c23 int children[CHILDREN_NUM], status; in child_func() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DGraphTraits.h121 children(const typename GraphTraits<GraphType>::NodeRef &G) { in children() function
/arkcompiler/toolchain/tooling/client/manager/
H A Dvariable_manager.h39 std::vector<std::unique_ptr<TreeNode>> children; member in OHOS::ArkCompiler::Toolchain::TreeNode
/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_list_component.cpp73 std::list<RefPtr<Component>> children; in BuildChildren() local
/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Dsplit_container_component.h34 SplitContainerComponent(const std::list<RefPtr<Component>>& children, SplitType splitType) in SplitContainerComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_element.cpp38 const auto& children = shapeContainerComponent->GetChildren(); in UpdateChildStyle() local
73 auto children = multiComposedComponent->GetChildren(); in UpdateChildStyle() local

Completed in 6 milliseconds

12345678910>>...22