HomeSort by relevance Sort by last modified time
    Searched refs:kUnselectedIndex (Results 1 - 5 of 5) 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_org/chrome/browser/ui/tabs/
tab_strip_model_unittest.cc 473 s3.src_index = ui::ListSelectionModel::kUnselectedIndex;
545 State s2(detached, ui::ListSelectionModel::kUnselectedIndex,
554 s4.src_index = ui::ListSelectionModel::kUnselectedIndex;
583 State s3(contents3, ui::ListSelectionModel::kUnselectedIndex,
592 s5.src_index = ui::ListSelectionModel::kUnselectedIndex;
    [all...]
tab_strip_model.cc 756 new_model.active() == ui::ListSelectionModel::kUnselectedIndex)
780 DCHECK_NE(ui::ListSelectionModel::kUnselectedIndex, source.active());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller.cc     [all...]

Completed in 699 milliseconds