HomeSort by relevance Sort by last modified time
    Searched refs:IsTouchDevicePresent (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/base/touch/
touch_device.cc 11 bool IsTouchDevicePresent() {
touch_device_android.cc 9 bool IsTouchDevicePresent() {
touch_device_ozone.cc 9 bool IsTouchDevicePresent() {
touch_device_aurax11.cc 10 bool IsTouchDevicePresent() {
11 return ui::TouchFactory::GetInstance()->IsTouchDevicePresent();
touch_device.h 13 UI_EXPORT bool IsTouchDevicePresent();
touch_device_win.cc 11 bool IsTouchDevicePresent() {
touch_enabled.cc 24 return IsTouchDevicePresent();
touch_factory_x11.h 81 bool IsTouchDevicePresent();
touch_factory_x11.cc 281 bool TouchFactory::IsTouchDevicePresent() {
  /external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc 108 state = ui::IsTouchDevicePresent() ?
  /external/chromium_org/ash/wm/
system_gesture_event_filter.cc 57 ui::TouchFactory::GetInstance()->IsTouchDevicePresent() &&
  /external/chromium_org/ui/base/
layout.cc 65 return base::win::IsMetroProcess() && ui::IsTouchDevicePresent();
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 563 ui::IsTouchDevicePresent();
    [all...]

Completed in 177 milliseconds