Home
last modified time | relevance | path

Searched refs:old_selected_index (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dtab_strip_model.h520 void NotifySelectionChanged(int old_selected_index);
Dtab_strip_model.cc1226 void TabStripModel::NotifySelectionChanged(int old_selected_index) { in NotifySelectionChanged() argument
1228 old_selected_index == TabStripSelectionModel::kUnselectedIndex ? in NotifySelectionChanged()
1229 NULL : GetTabContentsAt(old_selected_index); in NotifySelectionChanged()