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

  /external/chromium_org/ui/base/models/
list_selection_model.cc 15 const int ListSelectionModel::kUnselectedIndex = -1;
24 *value = ListSelectionModel::kUnselectedIndex;
33 : active_(kUnselectedIndex),
34 anchor_(kUnselectedIndex) {
65 if (index != kUnselectedIndex)
89 if (anchor_ == kUnselectedIndex) {
102 if (anchor_ == kUnselectedIndex) {
136 anchor_ = active_ = kUnselectedIndex;
list_selection_model.h 29 static const int kUnselectedIndex;
90 // Sets the anchor and active to kUnselectedIndex, and removes all the
  /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...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 443 s3.src_index = ui::ListSelectionModel::kUnselectedIndex;
515 State s2(detached, ui::ListSelectionModel::kUnselectedIndex,
524 s4.src_index = ui::ListSelectionModel::kUnselectedIndex;
553 State s3(contents3, ui::ListSelectionModel::kUnselectedIndex,
562 s5.src_index = ui::ListSelectionModel::kUnselectedIndex;
    [all...]
tab_strip_model.cc 757 new_model.active() == ui::ListSelectionModel::kUnselectedIndex)
781 DCHECK_NE(ui::ListSelectionModel::kUnselectedIndex, source.active());
    [all...]

Completed in 902 milliseconds