Searched refs:AddChildWithSlot (Results 1 – 9 of 9) sorted by relevance
47 void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) override;
50 void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) override;
64 void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) override;
123 void FlexComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::FlexComposedElement
151 void WaterFlowComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::WaterFlowComposedElement
231 virtual void AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent);
302 void SwiperComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::SwiperComposedElement
1404 void InspectorComposedElement::AddChildWithSlot(int32_t slot, const RefPtr<Component>& newComponent) in AddChildWithSlot() function in OHOS::Ace::V2::InspectorComposedElement
279 parentElement->AddChildWithSlot(slot, newComponent); in OperateGeneralComponent()