Searched refs:TouchSupport (Results 1 – 5 of 5) sorted by relevance
34 enum TouchSupport { enum79 TouchSupport touch_support() const { return touch_support_; } in touch_support()80 void set_touch_support(TouchSupport support) { touch_support_ = support; } in set_touch_support()128 TouchSupport touch_support_;
109 void set_touch_support(gfx::Display::TouchSupport support) { in set_touch_support()112 gfx::Display::TouchSupport touch_support() const { return touch_support_; } in touch_support()227 gfx::Display::TouchSupport touch_support_;
125 gfx::Display::TouchSupport GetInternalDisplayTouchSupport() { in GetInternalDisplayTouchSupport()
161 EVENTS_EXPORT gfx::Display::TouchSupport GetInternalDisplayTouchSupport();
164 gfx::Display::TouchSupport has_touch = ui::GetInternalDisplayTouchSupport(); in ProvideSystemProfileMetrics()