Searched refs:GetTabBarChild (Results 1 – 3 of 3) sorted by relevance
41 auto tabBar = tabsComponent->GetTabBarChild(); in Create()72 auto tabBar = component->GetTabBarChild(); in SetTabBarPosition()81 auto tabBar = component->GetTabBarChild(); in SetTabBarMode()90 auto tabBar = component->GetTabBarChild(); in SetTabBarWidth()101 auto tabBar = component->GetTabBarChild(); in SetTabBarHeight()117 auto tabBar = tabsComponent->GetTabBarChild(); in SetIsVertical()
50 auto tabBar = tabsComponent->GetTabBarChild(); in Create()97 auto tabBar = tabs ? tabs->GetTabBarChild() : nullptr; in SetTabBar()
55 RefPtr<TabBarComponent> GetTabBarChild() const in GetTabBarChild() function