Home
last modified time | relevance | path

Searched refs:IsTouchDevicePresent (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ui/base/touch/
Dtouch_device_aurax11.cc10 bool IsTouchDevicePresent() { in IsTouchDevicePresent() function
11 return ui::TouchFactory::GetInstance()->IsTouchDevicePresent(); in IsTouchDevicePresent()
Dtouch_device.cc11 bool IsTouchDevicePresent() { in IsTouchDevicePresent() function
Dtouch_device_ozone.cc9 bool IsTouchDevicePresent() { in IsTouchDevicePresent() function
Dtouch_device_android.cc9 bool IsTouchDevicePresent() { in IsTouchDevicePresent() function
Dtouch_device.h18 UI_EXPORT bool IsTouchDevicePresent();
Dtouch_device_win.cc11 bool IsTouchDevicePresent() { in IsTouchDevicePresent() function
Dtouch_enabled.cc25 return IsTouchDevicePresent(); in AreTouchEventsEnabled()
/external/chromium_org/ui/events/x/
Dtouch_factory_x11.h73 bool IsTouchDevicePresent();
Dtouch_factory_x11.cc240 bool TouchFactory::IsTouchDevicePresent() { in IsTouchDevicePresent() function in ui::TouchFactory
/external/chromium_org/chrome/browser/metrics/
Dchrome_browser_main_extra_parts_metrics.cc125 state = ui::IsTouchDevicePresent() ? in RecordTouchEventState()
/external/chromium_org/ui/base/
Dlayout.cc59 return base::win::IsMetroProcess() && ui::IsTouchDevicePresent(); in UseTouchOptimizedUI()
/external/chromium_org/ash/wm/
Dsystem_gesture_event_filter.cc59 ui::TouchFactory::GetInstance()->IsTouchDevicePresent() && in OnMouseEvent()
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.cc491 ui::IsTouchDevicePresent(); in GetWebkitPrefs()