Lines Matching refs:tabIndex
820 TabManager::ViewForTab(int32 tabIndex) const in ViewForTab()
822 BLayoutItem* item = fCardLayout->ItemAt(tabIndex); in ViewForTab()
850 TabManager::SelectTab(int32 tabIndex) in SelectTab() argument
852 fCardLayout->SetVisibleItem(tabIndex); in SelectTab()
853 fTabContainerView->SelectTab(tabIndex); in SelectTab()
856 message.AddInt32("tab index", tabIndex); in SelectTab()
864 int32 tabIndex = TabForView(containedView); in SelectTab() local
865 if (tabIndex >= 0) in SelectTab()
866 SelectTab(tabIndex); in SelectTab()
878 TabManager::CloseTab(int32 tabIndex) in CloseTab() argument
881 message.AddInt32("tab index", tabIndex); in CloseTab()
922 TabManager::SetTabLabel(int32 tabIndex, const char* label) in SetTabLabel() argument
924 fTabContainerView->SetTabLabel(tabIndex, label); in SetTabLabel()
928 TabManager::TabLabel(int32 tabIndex) in TabLabel() argument
930 TabView* tab = fTabContainerView->TabAt(tabIndex); in TabLabel()