Home
last modified time | relevance | path

Searched refs:GetRootComponent (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr()
48 pipeline->ScheduleUpdate(targetNode->GetRootComponent()); in SetShowAttr()
H A Ddom_list_item_group.cpp137 const auto& childComponent = child->GetRootComponent(); in OnChildNodeAdded()
145 const auto& childComponent = child->GetRootComponent(); in OnChildNodeRemoved()
204 pipelineContext->ScheduleUpdate(GetRootComponent()); in Update()
H A Ddom_form.cpp29 columnContainer_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
59 columnContainer_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_tool_bar.cpp100 toolBarChild_->AppendChild(child->GetRootComponent()); in AddChildNode()
102 toolBarChild_->InsertChild(slot, child->GetRootComponent()); in AddChildNode()
H A Ddom_stepper.cpp142 stepperComponent_->InsertChild(childIndex, child->GetRootComponent()); in OnChildNodeAdded()
144 stepperComponent_->AppendChild(child->GetRootComponent()); in OnChildNodeAdded()
153 stepperComponent_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_tab_content.cpp46 tabContentChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
113 tabContentChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_tabs.cpp109 flexChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
117 flexChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_menu.cpp145 const auto& targetId = idNode->GetRootComponent()->GetId(); in BindIdNode()
161 const auto& targetId = idNode->GetRootComponent()->GetId(); in BindIdNode()
177 const auto& targetId = idNode->GetRootComponent()->GetId(); in BindIdNode()
H A Ddom_span.cpp105 textSpanChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
115 textSpanChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_div.cpp41 grid_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
47 wrapChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
52 flexChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
63 grid_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
69 wrapChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
74 flexChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_refresh.cpp100 columnChild_->AppendChild(child->GetRootComponent()); in OnChildNodeAdded()
107 columnChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_stack.cpp36 stackChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
42 stackChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_text.cpp110 textChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
116 textChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_stepper_item.cpp111 const auto& childComponent = node->GetRootComponent(); in AddStepperItem()
122 const auto& childComponent = node->GetRootComponent(); in RemoveStepperItem()
H A Ddom_popup.cpp175 popupChild_->GetPopupParam()->SetTargetId(idNode->GetRootComponent()->GetId()); in BindIdNode()
201 focusCollaboration->InsertChild(0, child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_tab_bar.cpp103 tabBarChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
146 tabBarChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
H A Ddom_document.cpp332 rootStackComponent_->RemoveChild(node->GetRootComponent()); in RemoveNodes()
351 rootColumn->RemoveChild(node->GetRootComponent()); in RemoveNodes()
453 std::list<RefPtr<Component>> stackChildren { node->GetRootComponent() }; in SetUpRootComponent()
H A Ddom_svg_g.cpp46 gComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_svg.cpp46 svgComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_badge.cpp55 badgeChild_->SetChild(child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_navigation_menu.cpp95 pipelineContext->ScheduleUpdate(GetParentNode()->GetRootComponent()); in UpdateNavigationBar()
H A Ddom_swiper.cpp46 auto display = AceType::MakeRefPtr<DisplayComponent>(child->GetRootComponent()); in OnChildNodeAdded()
H A Ddom_document.h56 return (domNode == nullptr) ? nullptr : domNode->GetRootComponent(); in GetComponentById()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.cpp24 RefPtr<Component> VideoElementV2::GetRootComponent() in GetRootComponent() function in OHOS::Ace::VideoElementV2
41 const auto& rootComponent = GetRootComponent(); in FireFullscreen()
87 const auto& rootComponent = GetRootComponent(); in FireFullscreen()
H A Dvideo_element_v2.h36 RefPtr<Component> GetRootComponent();

12