Home
last modified time | relevance | path

Searched refs:AddChildWithSlot (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dflex_composed_element.h47 void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) override;
H A Dwater_flow_composed_element.h50 void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) override;
H A Dswiper_composed_element.h64 void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) override;
H A Dflex_composed_element.cpp123 void FlexComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::FlexComposedElement
H A Dwater_flow_composed_element.cpp151 void WaterFlowComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::WaterFlowComposedElement
H A Dinspector_composed_element.h231 virtual void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent);
H A Dswiper_composed_element.cpp302 void SwiperComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::SwiperComposedElement
H A Dinspector_composed_element.cpp1404 void InspectorComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::InspectorComposedElement
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp279 parentElement->AddChildWithSlot(slot, newComponent); in OperateGeneralComponent()