HomeSort by relevance Sort by last modified time
    Searched defs:selection_model_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
fake_base_tab_strip_controller.h 63 ui::ListSelectionModel selection_model_; member in class:FakeBaseTabStripController
tab_unittest.cc 30 return selection_model_;
70 ui::ListSelectionModel selection_model_; member in class:FakeTabController
  /external/chromium_org/ui/app_list/
search_box_model.h 64 return selection_model_;
78 gfx::SelectionModel selection_model_; member in class:app_list::SearchBoxModel
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 144 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/
table_view.h 126 return selection_model_;
317 ui::ListSelectionModel selection_model_; member in class:views::TableView
  /external/chromium_org/ui/gfx/
render_text.h 274 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 925 milliseconds