| /foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
| H A D | sequenced_recognizer.cpp | 340 auto child = *iter; in ReconcileFrom() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/ |
| H A D | dialog_modal_element.cpp | 73 auto child = stack->GetChildren(); in GetOverlayElement() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| H A D | tab_bar_item_component.cpp | 29 TabBarItemComponent::TabBarItemComponent(const RefPtr<Component>& child) in TabBarItemComponent() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
| H A D | keyboard_base_pattern.cpp | 26 auto child = host->GetChildAtIndex(0); in BeforeCreateLayoutWrapper() local 116 auto child = host->GetChildAtIndex(0); in GetKeyboardHeight() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
| H A D | render_hyperlink.cpp | 67 const auto& child = GetChildren().front(); in PerformLayout() local 129 auto child = composedComponent->GetChild(); in SetImageChildColor() local 132 auto child in SetImageChildColor() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | list_component.cpp | 101 void ListComponent::InsertChild(int32_t position, const RefPtr<Component>& child) in InsertChild() argument 142 ComponentGroup::InsertChild(std::distance(children.begin(), it), child); in InsertChild() local 145 void ListComponent::AppendChild(const RefPtr<Component>& child) in AppendChild() argument 180 RemoveChild(const RefPtr<Component>& child) RemoveChild() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/popup/ |
| H A D | popup_component_v2.h | 29 PopupComponentV2(const ComposeId& id, const std::string& name, const RefPtr<Component>& child) in PopupComponentV2() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_menu.cpp | 51 void DOMMenu::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument 212 void DOMMenu::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| H A D | dom_navigation_bar.cpp | 56 void DomNavigationBar::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument 80 void DomNavigationBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument [all...] |
| H A D | dom_stepper.cpp | 134 void DOMStepper::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 148 void DOMStepper::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_stepper_item.cpp | 128 void DOMStepperItem::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 135 void DOMStepperItem::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_tab_bar.cpp | 97 void DOMTabBar::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 140 void DOMTabBar::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_panel.cpp | 136 void DOMPanel::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 151 void DOMPanel::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_select.cpp | 165 void DOMSelect::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 194 void DOMSelect::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_list_item_group.cpp | 134 void DOMListItemGroup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument 142 void DOMListItemGroup::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument
|
| H A D | dom_popup.cpp | 76 void DOMPopup::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved() argument 194 void DOMPopup::OnChildNodeAdded(const RefPtr<DOMNode>& child, int32_t slot) in OnChildNodeAdded() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/badge/ |
| H A D | render_badge.cpp | 142 auto child = GetChildren().front(); in PerformLayout() local
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| H A D | form_utils_impl.cpp | 44 auto child = params->GetChild(); in RouterEvent() local 124 auto child = params->GetChild(); BackgroundEvent() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | frame_node_test_ng_coverage_new.cpp | 412 auto child = FrameNode::CreateFrameNode("child", 2, AceType::MakeRefPtr<Pattern>(), true); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/ |
| H A D | checkbox_pattern_sub_test_ng.cpp | 254 auto child = frameNode->GetFirstChild(); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
| H A D | accessibility_node_test_ng.cpp | 211 auto child = AceType::MakeRefPtr<AccessibilityNode>(1, "child"); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
| H A D | render_element.cpp | 161 void RenderElement::Apply(const RefPtr<Element>& child) in Apply() argument 276 UpdateChild(const RefPtr<Element>& child, const RefPtr<Component>& newComponent) UpdateChild() argument [all...] |
| H A D | flutter_render_context.cpp | 51 void FlutterRenderContext::PaintChild(const RefPtr<RenderNode>& child, const Offset& offset) in PaintChild() argument 108 SetOffSet( const RefPtr<RenderNode>& child, OffsetLayer* layer, const Offset& pos, const std::string& name) SetOffSet() argument 180 IsIntersectWith(const RefPtr<RenderNode>& child, Offset& offset) IsIntersectWith() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
| H A D | scrollable_utils.cpp | 68 auto child = host->GetChildByIndex(inIndex); in GetScrollDownOrRightItemIndex() local 84 auto child = host->GetChildByIndex(outIndex); in GetScrollUpOrLeftItemIndex() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
| H A D | render_indexer_item.cpp | 70 auto child = GetChildren().front(); in PerformLayout() local
|