OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LAYOUT_TOUCH
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/ui/base/
layout.h
21
LAYOUT_TOUCH
,
layout.cc
146
return
LAYOUT_TOUCH
;
/external/chromium_org/ui/base/resource/
resource_bundle_win.cc
62
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
|| force_touch_resources) {
/external/chromium_org/ui/views/controls/menu/
menu_config.cc
54
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) {
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
67
case ui::
LAYOUT_TOUCH
:
84
case ui::
LAYOUT_TOUCH
:
101
case ui::
LAYOUT_TOUCH
:
118
case ui::
LAYOUT_TOUCH
:
136
case ui::
LAYOUT_TOUCH
:
154
case ui::
LAYOUT_TOUCH
:
[
all
...]
tab_strip.cc
112
case ui::
LAYOUT_TOUCH
:
131
case ui::
LAYOUT_TOUCH
:
151
case ui::
LAYOUT_TOUCH
:
172
case ui::
LAYOUT_TOUCH
:
189
case ui::
LAYOUT_TOUCH
:
207
case ui::
LAYOUT_TOUCH
:
225
case ui::
LAYOUT_TOUCH
:
[
all
...]
browser_tab_strip_controller.cc
62
if (ui::GetDisplayLayout() != ui::
LAYOUT_TOUCH
)
/external/chromium_org/chrome/browser/ui/views/
toolbar_view.cc
99
return (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) ?
331
use_new_menu = use_new_menu || ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
;
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc
60
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
481
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
)
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
555
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) {
[
all
...]
Completed in 671 milliseconds