OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touch_support_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
display.h
77
TouchSupport touch_support() const { return
touch_support_
; }
78
void set_touch_support(TouchSupport support) {
touch_support_
= support; }
126
TouchSupport
touch_support_
;
member in class:gfx::Display
display.cc
61
touch_support_
(TOUCH_SUPPORT_UNKNOWN) {
68
touch_support_
(TOUCH_SUPPORT_UNKNOWN) {
77
touch_support_
(TOUCH_SUPPORT_UNKNOWN) {
/external/chromium_org/ash/display/
display_info.h
92
touch_support_
= support;
94
gfx::Display::TouchSupport touch_support() const { return
touch_support_
; }
165
gfx::Display::TouchSupport
touch_support_
;
member in class:ash::internal::DisplayInfo
display_info.cc
140
touch_support_
(gfx::Display::TOUCH_SUPPORT_UNKNOWN),
154
touch_support_
(gfx::Display::TOUCH_SUPPORT_UNKNOWN),
174
touch_support_
= native_info.
touch_support_
;
245
touch_support_
== gfx::Display::TOUCH_SUPPORT_AVAILABLE ? "yes" :
246
touch_support_
== gfx::Display::TOUCH_SUPPORT_UNAVAILABLE ? "no" :
Completed in 406 milliseconds