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

  /external/chromium_org/webkit/common/
webpreferences.cc 89 touch_enabled(false),
webpreferences.h 139 bool touch_enabled; member in struct:WebPreferences
  /external/chromium_org/content/public/common/
common_param_traits_macros.h 181 IPC_STRUCT_TRAITS_MEMBER(touch_enabled)
  /external/chromium_org/webkit/renderer/
webpreferences_renderer.cc 294 WebRuntimeFeatures::enableTouch(prefs.touch_enabled);
  /external/chromium_org/ui/
ui.target.darwin-arm.mk 81 ui/base/touch/touch_enabled.cc \
ui.target.darwin-mips.mk 81 ui/base/touch/touch_enabled.cc \
ui.target.darwin-x86.mk 81 ui/base/touch/touch_enabled.cc \
ui.target.linux-arm.mk 81 ui/base/touch/touch_enabled.cc \
ui.target.linux-mips.mk 81 ui/base/touch/touch_enabled.cc \
ui.target.linux-x86.mk 81 ui/base/touch/touch_enabled.cc \
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 85 #include "ui/base/touch/touch_enabled.h"
561 prefs.touch_enabled = ui::AreTouchEventsEnabled();
562 prefs.device_supports_touch = prefs.touch_enabled &&
    [all...]

Completed in 202 milliseconds