Searched defs:selection_model_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dfake_base_tab_strip_controller.h63 ui::ListSelectionModel selection_model_; member in class:FakeBaseTabStripController
H A Dtab_unittest.cc30 return selection_model_;
70 ui::ListSelectionModel selection_model_; member in class:FakeTabController
/external/chromium_org/ui/app_list/
H A Dsearch_box_model.h64 return selection_model_;
78 gfx::SelectionModel selection_model_; member in class:app_list::SearchBoxModel
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h144 int active_index() const { return selection_model_.active(); }
373 return selection_model_;
516 // |old_model| is a snapshot of |selection_model_| before the change.
575 ui::ListSelectionModel selection_model_; member in class:TabStripModel
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h126 return selection_model_;
317 ui::ListSelectionModel selection_model_; member in class:views::TableView
/external/chromium_org/ui/gfx/
H A Drender_text.h274 const SelectionModel& selection_model() const { return selection_model_; }
276 const Range& selection() const { return selection_model_.selection(); }
278 size_t cursor_position() const { return selection_model_.caret_pos(); }
288 // Set the selection_model_ to the value of |selection|.
295 // Set the selection_model_ based on |range|.
631 SelectionModel selection_model_; member in class:gfx::RenderText

Completed in 159 milliseconds