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
73
return
LAYOUT_TOUCH
;
/external/chromium_org/ui/views/controls/menu/
menu_config.cc
53
if (ui::GetDisplayLayout() == ui::
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/chrome/browser/ui/views/tabs/
tab.cc
71
case ui::
LAYOUT_TOUCH
:
88
case ui::
LAYOUT_TOUCH
:
105
case ui::
LAYOUT_TOUCH
:
122
case ui::
LAYOUT_TOUCH
:
140
case ui::
LAYOUT_TOUCH
:
158
case ui::
LAYOUT_TOUCH
:
[
all
...]
tab_strip.cc
119
case ui::
LAYOUT_TOUCH
:
138
case ui::
LAYOUT_TOUCH
:
158
case ui::
LAYOUT_TOUCH
:
179
case ui::
LAYOUT_TOUCH
:
196
case ui::
LAYOUT_TOUCH
:
214
case ui::
LAYOUT_TOUCH
:
232
case ui::
LAYOUT_TOUCH
:
[
all
...]
browser_tab_strip_controller.cc
77
if (ui::GetDisplayLayout() != ui::
LAYOUT_TOUCH
)
/external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc
102
return (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) ?
364
use_new_menu = use_new_menu || ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
;
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc
50
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc
524
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
)
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
569
if (ui::GetDisplayLayout() == ui::
LAYOUT_TOUCH
) {
[
all
...]
Completed in 150 milliseconds