Searched refs:ListSelectionModel (Results 1 - 25 of 39) sorted by relevance

12

/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...]
H A Dlist_selection_model_unittest.cc19 static std::string StateAsString(const ListSelectionModel& model) {
23 const ListSelectionModel::SelectedIndices& selection(
34 ListSelectionModel model;
40 ListSelectionModel model;
47 ListSelectionModel model;
54 ListSelectionModel model;
66 ListSelectionModel model;
84 ListSelectionModel model;
91 ListSelectionModel model;
100 ListSelectionModel mode
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_controller.h16 class ListSelectionModel;
27 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
69 const ui::ListSelectionModel& original_selection) = 0;
H A Dtab_strip_controller.h21 class ListSelectionModel;
31 virtual const ui::ListSelectionModel& GetSelectionModel() = 0;
H A Dfake_base_tab_strip_controller.h25 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
63 ui::ListSelectionModel selection_model_;
H A Dbrowser_tab_strip_controller.h26 class ListSelectionModel;
48 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
88 const ui::ListSelectionModel& old_model) OVERRIDE;
H A Dtab_drag_controller.h27 class ListSelectionModel;
89 const ui::ListSelectionModel& initial_selection_model,
535 ui::ListSelectionModel initial_selection_model_;
538 ui::ListSelectionModel selection_model_before_attach_;
H A Dfake_base_tab_strip_controller.cc33 const ui::ListSelectionModel& FakeBaseTabStripController::GetSelectionModel() {
H A Dtab_strip.h33 class ListSelectionModel;
140 void SetSelection(const ui::ListSelectionModel& old_selection,
141 const ui::ListSelectionModel& new_selection);
216 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE;
233 const ui::ListSelectionModel& original_selection) OVERRIDE;
H A Dtab_unittest.cc29 virtual const ui::ListSelectionModel& GetSelectionModel() OVERRIDE {
52 const ui::ListSelectionModel& original_selection) OVERRIDE {}
70 ui::ListSelectionModel selection_model_;
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_observer.h15 class ListSelectionModel;
104 const ui::ListSelectionModel& old_model);
H A Dtab_strip_model.h370 void SetSelectionFromModel(const ui::ListSelectionModel& source);
372 const ui::ListSelectionModel& selection_model() const {
522 const ui::ListSelectionModel& old_model);
527 void SetSelection(const ui::ListSelectionModel& new_model,
575 ui::ListSelectionModel selection_model_;
H A Dtab_strip_model_observer.cc34 const ui::ListSelectionModel& model) {
H A Dtab_strip_model.cc331 ui::ListSelectionModel new_model;
416 ui::ListSelectionModel old_model;
447 ui::ListSelectionModel new_model;
455 ui::ListSelectionModel new_model;
738 ui::ListSelectionModel new_model;
746 ui::ListSelectionModel new_model;
757 new_model.active() == ui::ListSelectionModel::kUnselectedIndex)
768 ui::ListSelectionModel new_model;
780 const ui::ListSelectionModel& source) {
781 DCHECK_NE(ui::ListSelectionModel
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
H A Dlist_selection_model.js16 function ListSelectionModel(opt_length) {
23 ListSelectionModel.prototype = {
272 ListSelectionModel: ListSelectionModel
H A Dlist.js15 const ListSelectionModel = cr.ui.ListSelectionModel;
207 * @type {cr.ui.ListSelectionModel}
349 this.selectionModel = new ListSelectionModel(length);
726 * @param {cr.ui.ListSelectionModel} sm The underlying selection model.
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dlist_selection_model.js16 function ListSelectionModel(opt_length) {
26 ListSelectionModel.prototype = {
362 ListSelectionModel: ListSelectionModel
H A Dtable.js10 /** @const */ var ListSelectionModel = cr.ui.ListSelectionModel;
95 * {cr.ui.ListSelectionModel|cr.ui.table.ListSingleSelectionModel}
167 this.list_.selectionModel = new ListSelectionModel(this);
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h125 const ui::ListSelectionModel& selection_model() const {
269 void SetSelectionModel(const ui::ListSelectionModel& new_selection);
276 ui::ListSelectionModel* model) const;
283 ui::ListSelectionModel* model) const;
317 ui::ListSelectionModel selection_model_;
H A Dtable_view.cc336 ui::ListSelectionModel selection_model;
385 ui::ListSelectionModel new_model;
402 ui::ListSelectionModel new_model;
762 ui::ListSelectionModel new_selection;
772 void TableView::SetSelectionModel(const ui::ListSelectionModel& new_selection) {
811 ui::ListSelectionModel* model) const {
853 ui::ListSelectionModel* model) const {
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java47 import javax.swing.ListSelectionModel;
95 list.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h45 const ui::ListSelectionModel& old_model) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.h37 class ListSelectionModel;
138 ui::ListSelectionModel* selection,
H A Dtabs_event_router.h57 const ui::ListSelectionModel& old_model) OVERRIDE;

Completed in 314 milliseconds

12