Searched refs:kUnselectedIndex (Results 1 – 3 of 3) sorted by relevance
13 const int TabStripSelectionModel::kUnselectedIndex = -1; member in TabStripSelectionModel22 *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()
26 static const int kUnselectedIndex; variable
247 (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()