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

  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model.h 26 static const int kUnselectedIndex;
87 // Sets the anchor and active to kUnselectedIndex, and removes all the
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;

Completed in 34 milliseconds