Searched defs:ListSelectionModel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dlist_selection_model.h16 // addition to the set of selected indices ListSelectionModel maintains the
24 class UI_BASE_EXPORT ListSelectionModel { class in namespace:ui
31 ListSelectionModel();
32 ~ListSelectionModel();
99 void Copy(const ListSelectionModel& source);
102 bool Equals(const ListSelectionModel& rhs) const;
111 DISALLOW_COPY_AND_ASSIGN(ListSelectionModel);
H A Dlist_selection_model.cc15 const int ListSelectionModel::kUnselectedIndex = -1;
24 *value = ListSelectionModel::kUnselectedIndex;
32 ListSelectionModel::ListSelectionModel() function in class:ui::ListSelectionModel
37 ListSelectionModel::~ListSelectionModel() {
40 void ListSelectionModel::IncrementFrom(int index) {
50 void ListSelectionModel::DecrementFrom(int index) {
62 void ListSelectionModel::SetSelectedIndex(int index) {
69 bool ListSelectionModel
[all...]

Completed in 91 milliseconds