/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_proxy.cpp | 44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr() 48 pipeline->ScheduleUpdate(targetNode->GetRootComponent()); in SetShowAttr()
|
H A D | dom_list_item_group.cpp | 137 const auto& childComponent = child->GetRootComponent(); in OnChildNodeAdded() 145 const auto& childComponent = child->GetRootComponent(); in OnChildNodeRemoved() 204 pipelineContext->ScheduleUpdate(GetRootComponent()); in Update()
|
H A D | dom_form.cpp | 29 columnContainer_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 59 columnContainer_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_tool_bar.cpp | 100 toolBarChild_->AppendChild(child->GetRootComponent()); in AddChildNode() 102 toolBarChild_->InsertChild(slot, child->GetRootComponent()); in AddChildNode()
|
H A D | dom_stepper.cpp | 142 stepperComponent_->InsertChild(childIndex, child->GetRootComponent()); in OnChildNodeAdded() 144 stepperComponent_->AppendChild(child->GetRootComponent()); in OnChildNodeAdded() 153 stepperComponent_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_tab_content.cpp | 46 tabContentChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 113 tabContentChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_tabs.cpp | 109 flexChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 117 flexChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_menu.cpp | 145 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 D | dom_span.cpp | 105 textSpanChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 115 textSpanChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_div.cpp | 41 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 D | dom_refresh.cpp | 100 columnChild_->AppendChild(child->GetRootComponent()); in OnChildNodeAdded() 107 columnChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_stack.cpp | 36 stackChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 42 stackChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_text.cpp | 110 textChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 116 textChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_stepper_item.cpp | 111 const auto& childComponent = node->GetRootComponent(); in AddStepperItem() 122 const auto& childComponent = node->GetRootComponent(); in RemoveStepperItem()
|
H A D | dom_popup.cpp | 175 popupChild_->GetPopupParam()->SetTargetId(idNode->GetRootComponent()->GetId()); in BindIdNode() 201 focusCollaboration->InsertChild(0, child->GetRootComponent()); in OnChildNodeAdded()
|
H A D | dom_tab_bar.cpp | 103 tabBarChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded() 146 tabBarChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
|
H A D | dom_document.cpp | 332 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 D | dom_svg_g.cpp | 46 gComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
|
H A D | dom_svg.cpp | 46 svgComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
|
H A D | dom_badge.cpp | 55 badgeChild_->SetChild(child->GetRootComponent()); in OnChildNodeAdded()
|
H A D | dom_navigation_menu.cpp | 95 pipelineContext->ScheduleUpdate(GetParentNode()->GetRootComponent()); in UpdateNavigationBar()
|
H A D | dom_swiper.cpp | 46 auto display = AceType::MakeRefPtr<DisplayComponent>(child->GetRootComponent()); in OnChildNodeAdded()
|
H A D | dom_document.h | 56 return (domNode == nullptr) ? nullptr : domNode->GetRootComponent(); in GetComponentById()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element_v2.cpp | 24 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 D | video_element_v2.h | 36 RefPtr<Component> GetRootComponent();
|