HomeSort by relevance Sort by last modified time
    Searched refs:kUnselectedIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.cc 13 const int TabStripSelectionModel::kUnselectedIndex = -1;
22 *value = TabStripSelectionModel::kUnselectedIndex;
31 : active_(kUnselectedIndex),
32 anchor_(kUnselectedIndex) {
85 if (anchor_ == kUnselectedIndex) {
98 if (anchor_ == kUnselectedIndex) {
132 anchor_ = active_ = kUnselectedIndex;
tab_strip_selection_model.h 26 static const int kUnselectedIndex;
87 // Sets the anchor and active to kUnselectedIndex, and removes all the
tab_strip_model.cc 247 (active_index() == TabStripSelectionModel::kUnselectedIndex) ?
588 if (selection_model_.active() == TabStripSelectionModel::kUnselectedIndex)
611 DCHECK_NE(TabStripSelectionModel::kUnselectedIndex, source.active());
    [all...]

Completed in 171 milliseconds