Searched refs:touch_support_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
H A Ddisplay.h79 TouchSupport touch_support() const { return touch_support_; }
80 void set_touch_support(TouchSupport support) { touch_support_ = support; }
128 TouchSupport touch_support_; member in class:gfx::Display
H A Ddisplay.cc62 touch_support_(TOUCH_SUPPORT_UNKNOWN) {
69 touch_support_(TOUCH_SUPPORT_UNKNOWN) {
78 touch_support_(TOUCH_SUPPORT_UNKNOWN) {
/external/chromium_org/ash/display/
H A Ddisplay_info.h110 touch_support_ = support;
112 gfx::Display::TouchSupport touch_support() const { return touch_support_; }
227 gfx::Display::TouchSupport touch_support_; member in class:ash::DisplayInfo
H A Ddisplay_info.cc216 touch_support_(gfx::Display::TOUCH_SUPPORT_UNKNOWN),
233 touch_support_(gfx::Display::TOUCH_SUPPORT_UNKNOWN),
255 touch_support_ = native_info.touch_support_;
351 touch_support_ == gfx::Display::TOUCH_SUPPORT_AVAILABLE
353 : touch_support_ == gfx::Display::TOUCH_SUPPORT_UNAVAILABLE

Completed in 77 milliseconds