Home | History | Annotate | Download | only in sessions

Lines Matching refs:tab_index

246   for (int tab_index = 0; tab_index < delegate->GetTabCount(); ++tab_index) {
248 tab_index,
250 &delegate->GetTabContentsAt(tab_index)->controller());
905 int tab_index = -1;
907 tab_index = tab.tabstrip_index;
915 if (tab_index < 0 || tab_index > delegate->GetTabCount()) {
916 tab_index = delegate->GetTabCount();
920 tab_index,