Searched refs:old_selected_index (Results 1 – 2 of 2) sorted by relevance
520 void NotifySelectionChanged(int old_selected_index);
1226 void TabStripModel::NotifySelectionChanged(int old_selected_index) { in NotifySelectionChanged() argument1228 old_selected_index == TabStripSelectionModel::kUnselectedIndex ? in NotifySelectionChanged()1229 NULL : GetTabContentsAt(old_selected_index); in NotifySelectionChanged()