Home
last modified time | relevance | path

Searched defs:child (Results 701 - 725 of 1097) sorted by relevance

1...<<21222324252627282930>>...44

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_group_node.cpp58 void NavDestinationGroupNode::AddChildToGroup(const RefPtr<UINode>& child, int32_t slot) in AddChildToGroup() argument
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_element.cpp205 auto child = page->GetFirstChild(); in GetTransitionElement() local
452 auto child = *childIter; in BuildCombinedChild() local
488 auto child = *childIter; in BuildSeparatedChild() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp35 void LayoutWrapperNode::AppendChild(const RefPtr<LayoutWrapperNode>& child, bool isOverlayNode) in AppendChild() argument
292 SwapDirtyLayoutWrapperOnMainThreadForChild(RefPtr<LayoutWrapperNode> child) SwapDirtyLayoutWrapperOnMainThreadForChild() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h35 FlexItemComponent(double flexGrow, double flexShrink, double flexBasis, const RefPtr<Component>& child) in FlexItemComponent() argument
37 FlexItemComponent(double flexGrow, double flexShrink, const Dimension& flexBasis, const RefPtr<Component>& child) in FlexItemComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp328 const auto& child = GetChildren().front(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp107 SetChildPosition( const RefPtr<RenderNode>& child, double mainSize, int32_t gridPos, int32_t columnSpan) SetChildPosition() argument
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dpanel_component.h67 PanelComponent(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PanelComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp232 auto child = DynamicCast<FrameNode>(it); in IsInSelectedOrSelectOverlayArea() local
/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp362 auto child = jsonPages->GetChild(); in GetCurrentSourceMap() local
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.cpp252 auto child = sourceJson->GetChild(); in ParseCardCalendarData() local
316 auto child = data->GetChild(); in ParseMonthData() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp737 const auto& child = children_.empty() ? nullptr : children_.front(); in UpdateChildInner() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp300 auto child = NavBarNode::GetOrCreateNavBarNode( in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp1140 auto child = FrameNode::CreateFrameNode("childNode", 1, AceType::MakeRefPtr<Pattern>()); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_for_property_config.cpp748 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() local
1306 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() local
1350 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); in HWTEST_F() local
1399 auto child = AceType::MakeRefPtr<FrameNodeOnTree>(V2::BUTTON_ETS_TAG, -1, AceType::MakeRefPtr<ButtonPattern>()); HWTEST_F() local
1510 auto child = FrameNodeOnTree::GetOrCreateFrameNode( HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddrag_drop_manager_test_ng_property_config.cpp237 std::list<RefPtr<UINode>> child = { customNode1, customNode2, customNode2, nullptr }; in HWTEST_F() local
273 std::list<RefPtr<UINode>> child = { customNode1, customNode2, customNode2, nullptr }; in HWTEST_F() local
326 std::list<RefPtr<UINode>> child = { customNode1, customNode2, customNode2, nullptr }; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_group_test_ng.cpp545 auto child = NavDestinationGroupNode::GetOrCreateGroupNode( in HWTEST_F() local
H A Dnavrouter_pattern_test_ng.cpp677 auto child = navDestinationNodeTest->GetFirstChild(); in HWTEST_F() local
704 auto child in HWTEST_F() local
730 auto child = navDestinationNodeTest->GetFirstChild(); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_click_test_ng.cpp549 auto child = host->GetChildren().begin(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/focus/
H A Dfocus_node.cpp31 auto child = composedElement->GetChildren().front(); in GetRenderNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_layout_algorithm.cpp151 auto child = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_algorithm.cpp186 auto child = layoutWrapper->GetOrCreateChildByIndex(index); in MeasureText() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.h69 virtual void AppendChild(const RefPtr<SvgNode>& child) in AppendChild() argument
173 virtual void OnAppendChild(const RefPtr<SvgNode>& child) {} in OnAppendChild() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_node.cpp479 InitDragManager(const RefPtr<UINode>& child) InitDragManager() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp32 void Element::AddChild(const RefPtr<Element>& child, int32_t slot) in AddChild() argument
52 void Element::RemoveChild(const RefPtr<Element>& child) in RemoveChild() argument
70 ChangeChildSlot(const RefPtr<Element>& child, int32_t slot) ChangeChildSlot() argument
101 ChangeChildRenderSlot(const RefPtr<Element>& child, int32_t renderSlot, bool effectDescendant) ChangeChildRenderSlot() argument
121 DeactivateChild(RefPtr<Element> child) DeactivateChild() argument
139 DetachChild(const RefPtr<Element>& child) DetachChild() argument
188 DoUpdateChildWithNewComponent( const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderSlot) DoUpdateChildWithNewComponent() argument
199 UpdateChildWithSlot( const RefPtr<Element>& child, const RefPtr<Component>& newComponent, int32_t slot, int32_t renderSlot) UpdateChildWithSlot() argument
[all...]
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H A Dmock_accessible_ability_client_impl.cpp208 RetError AccessibleAbilityClientImpl::GetParentElementInfo(const AccessibilityElementInfo &child, in GetParentElementInfo() argument
170 GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent, AccessibilityElementInfo &child) GetChildElementInfo() argument

Completed in 31 milliseconds

1...<<21222324252627282930>>...44