Home
last modified time | relevance | path

Searched refs:kUnselectedIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/tabs/
Dtab_strip_selection_model.cc13 const int TabStripSelectionModel::kUnselectedIndex = -1; member in TabStripSelectionModel
22 *value = TabStripSelectionModel::kUnselectedIndex; in DecrementFromImpl()
31 : active_(kUnselectedIndex), in TabStripSelectionModel()
32 anchor_(kUnselectedIndex) { in TabStripSelectionModel()
85 if (anchor_ == kUnselectedIndex) { in SetSelectionFromAnchorTo()
98 if (anchor_ == kUnselectedIndex) { in AddSelectionFromAnchorTo()
132 anchor_ = active_ = kUnselectedIndex; in Clear()
Dtab_strip_selection_model.h26 static const int kUnselectedIndex; variable
Dtab_strip_model.cc247 (active_index() == TabStripSelectionModel::kUnselectedIndex) ? in ActivateTabAt()
588 if (selection_model_.active() == TabStripSelectionModel::kUnselectedIndex) in ToggleSelectionAt()
611 DCHECK_NE(TabStripSelectionModel::kUnselectedIndex, source.active()); in SetSelectionFromModel()
1228 old_selected_index == TabStripSelectionModel::kUnselectedIndex ? in NotifySelectionChanged()
1231 active_index() == TabStripSelectionModel::kUnselectedIndex ? in NotifySelectionChanged()