Home
last modified time | relevance | path

Searched refs:GetTabContentChild (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.cpp121 auto tabContent = tabsComponent->GetTabContentChild(); in SetIsVertical()
131 auto tabContent = component->GetTabContentChild(); in SetScrollable()
140 auto tabContent = component->GetTabContentChild(); in SetAnimationDuration()
149 auto tabContent = component->GetTabContentChild(); in SetOnChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_component.h50 RefPtr<TabContentComponent> GetTabContentChild() const in GetTabContentChild() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_element.h42 RefPtr<Element> GetTabContentChild(int32_t index) const;
H A Dtab_content_element.cpp234 RefPtr<Element> TabContentElement::GetTabContentChild(int32_t index) const in GetTabContentChild() function in OHOS::Ace::TabContentElement