Searched refs:kUnselectedIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dlist_selection_model.cc15 const int ListSelectionModel::kUnselectedIndex = -1; member in class:ui::ListSelectionModel
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;
H A Dlist_selection_model.h29 static const int kUnselectedIndex; member in class:ui::ListSelectionModel
90 // Sets the anchor and active to kUnselectedIndex, and removes all the
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_unittest.cc474 s3.src_index = ui::ListSelectionModel::kUnselectedIndex;
546 State s2(detached, ui::ListSelectionModel::kUnselectedIndex,
555 s4.src_index = ui::ListSelectionModel::kUnselectedIndex;
584 State s3(contents3, ui::ListSelectionModel::kUnselectedIndex,
593 s5.src_index = ui::ListSelectionModel::kUnselectedIndex;
H A Dtab_strip_model.cc757 new_model.active() == ui::ListSelectionModel::kUnselectedIndex)
781 DCHECK_NE(ui::ListSelectionModel::kUnselectedIndex, source.active());
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc1447 if (selection_model.anchor() == ui::ListSelectionModel::kUnselectedIndex)
1449 if (selection_model.active() == ui::ListSelectionModel::kUnselectedIndex)

Completed in 87 milliseconds