OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSelectionModel
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip_controller.h
31
virtual const ui::ListSelectionModel&
GetSelectionModel
() = 0;
fake_base_tab_strip_controller.h
25
virtual const ui::ListSelectionModel&
GetSelectionModel
() OVERRIDE;
tab_controller.h
27
virtual const ui::ListSelectionModel&
GetSelectionModel
() = 0;
fake_base_tab_strip_controller.cc
33
const ui::ListSelectionModel& FakeBaseTabStripController::
GetSelectionModel
() {
browser_tab_strip_controller.h
48
virtual const ui::ListSelectionModel&
GetSelectionModel
() OVERRIDE;
tab_strip.h
189
virtual const ui::ListSelectionModel&
GetSelectionModel
() OVERRIDE;
tab_unittest.cc
26
virtual const ui::ListSelectionModel&
GetSelectionModel
() OVERRIDE {
browser_tab_strip_controller.cc
253
const ui::ListSelectionModel& BrowserTabStripController::
GetSelectionModel
() {
tab.cc
[
all
...]
tab_strip.cc
998
const ui::ListSelectionModel& TabStrip::
GetSelectionModel
() {
999
return controller_->
GetSelectionModel
();
[
all
...]
tab_drag_controller.cc
[
all
...]
tab_drag_controller_interactive_uitest.cc
346
tab_strip->
GetSelectionModel
());
[
all
...]
/external/chromium_org/ui/views/controls/textfield/
native_textfield_wrapper.h
116
virtual gfx::SelectionModel
GetSelectionModel
() const = 0;
textfield.h
211
gfx::SelectionModel
GetSelectionModel
() const;
textfield.cc
369
gfx::SelectionModel Textfield::
GetSelectionModel
() const {
370
return native_wrapper_->
GetSelectionModel
();
native_textfield_views.h
129
virtual gfx::SelectionModel
GetSelectionModel
() const OVERRIDE;
native_textfield_views.cc
641
gfx::SelectionModel NativeTextfieldViews::
GetSelectionModel
() const {
[
all
...]
/external/chromium_org/ui/app_list/views/
search_box_view.cc
166
model_->search_box()->SetSelectionModel(search_box_->
GetSelectionModel
());
/external/chromium_org/ui/views/touchui/
touch_selection_controller_impl_unittest.cc
161
gfx::SelectionModel sel = textfield_view_->
GetSelectionModel
(); \
Completed in 452 milliseconds