Home
last modified time | relevance | path

Searched defs:children (Results 276 - 300 of 532) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/skia/modules/sksg/src/
H A DSkSGRenderNode.cpp224 CustomRenderNode::CustomRenderNode(std::vector<sk_sp<RenderNode>>&& children) in CustomRenderNode() argument
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp495 const std::vector<SENode*>& children = node_->GetChildren(); in SimplifyRecurrentAddExpression() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFunctionalTests.cpp116 std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile(fileName.c_str()); in init() local
H A Des31fTessellationTests.cpp7785 const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/es31/tessellation_negative_user_defined_io.test"); in init() local
7796 const std::vector<tcu::TestNode*> children = shaderLibrary.loadShaderFile("shaders/es32/tessellation_negative_user_defined_io.test"); in init() local
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp574 const auto& children = renderRow->GetChildren(); in GetTitleRender() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp593 const auto& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp74 auto children = pageRootNode->GetChildren(); in DumpUITree() local
442 auto children = node->GetChildren(); in DumpTreeInner() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_component.h115 explicit ShapeContainerComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) {} in ShapeContainerComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp227 size_t children = 0; in ParseArgsWithAutoFill() local
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp325 auto children = GetChildren(); in PerformLayout() local
422 auto children = GetChildren(); in LayoutChildren() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.cpp425 auto children = host->GetChildren(); in FireBuilder() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp239 auto children = row->GetAllChildrenWithBuild(); in MeasureLeftRow() local
273 auto children = row->GetAllChildrenWithBuild(); in MeasureRightRow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_layout_algorithm.cpp190 auto children = layoutWrapper->GetAllChildrenWithBuild(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp539 const auto& children = GetChildren(); in UpdateParagraph() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp103 auto&& children = layoutWrapper->GetAllChildrenWithBuild(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_layout_algorithm.cpp258 auto children = hostNode->GetAllChildrenWithBuild(); in MeasureSheet() local
269 auto children = hostNode->GetAllChildrenWithBuild(); in LayoutSheet() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp51 auto children = GetChildren(); in Paint() local
153 auto children = GetChildren(); in PaintWithFocusEffect() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper.h72 ChildrenListWithGuard(const std::list<RefPtr<LayoutWrapper>>& children, RecursiveLock& lock) in ChildrenListWithGuard() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp451 const std::list<RefPtr<RenderNode>>& children = GetChildren(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp230 const auto& children = current->GetChildren(); in IsInSelectedOrSelectOverlayArea() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp419 auto children = node.GetRawPtr()->GetChildren(); in ReportClickEvent() local
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp27 ButtonComponent::ButtonComponent(const std::list<RefPtr<Component>>& children) : ComponentGroup(children) in ButtonComponent() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp65 auto children = frameNode_->GetChildren(); in FindFocusNodeIndex() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfour_ng.cpp956 auto children = textPattern->GetAllChildren(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_property_config.cpp1148 std::list<RefPtr<UINode>> children = { customNode }; in HWTEST_F() local

Completed in 32 milliseconds

1...<<11121314151617181920>>...22