OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selection_model_
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
fake_base_tab_strip_controller.h
62
ui::ListSelectionModel
selection_model_
;
member in class:FakeBaseTabStripController
tab_unittest.cc
27
return
selection_model_
;
64
ui::ListSelectionModel
selection_model_
;
member in class:FakeTabController
/external/chromium_org/ui/app_list/
search_box_model.h
53
return
selection_model_
;
67
gfx::SelectionModel
selection_model_
;
member in class:app_list::SearchBoxModel
/external/chromium/chrome/browser/tabs/
tab_strip_model.h
135
int active_index() const { return
selection_model_
.active(); }
386
return
selection_model_
;
632
TabStripSelectionModel
selection_model_
;
member in class:TabStripModel
/external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h
144
int active_index() const { return
selection_model_
.active(); }
373
return
selection_model_
;
515
// |old_model| is a snapshot of |
selection_model_
| before the change.
574
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
243
const SelectionModel& selection_model() const { return
selection_model_
; }
245
const Range& selection() const { return
selection_model_
.selection(); }
247
size_t cursor_position() const { return
selection_model_
.caret_pos(); }
257
// Set the
selection_model_
to the value of |selection|.
269
// Set the
selection_model_
based on |range|.
584
SelectionModel
selection_model_
;
member in class:gfx::RenderText
Completed in 110 milliseconds