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 138 bool touch_enabled; member in struct:WebPreferences
  /external/chromium_org/content/public/common/
common_param_traits_macros.h 158 IPC_STRUCT_TRAITS_MEMBER(touch_enabled)
  /external/chromium_org/content/renderer/
web_preferences.cc 299 WebRuntimeFeatures::enableTouch(prefs.touch_enabled);
  /external/chromium_org/ui/
ui.target.darwin-arm.mk 61 ui/base/touch/touch_enabled.cc \
ui.target.darwin-mips.mk 61 ui/base/touch/touch_enabled.cc \
ui.target.darwin-x86.mk 61 ui/base/touch/touch_enabled.cc \
ui.target.linux-arm.mk 61 ui/base/touch/touch_enabled.cc \
ui.target.linux-mips.mk 61 ui/base/touch/touch_enabled.cc \
ui.target.linux-x86.mk 61 ui/base/touch/touch_enabled.cc \
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 76 #include "ui/base/touch/touch_enabled.h"
489 prefs.touch_enabled = ui::AreTouchEventsEnabled();
490 prefs.device_supports_touch = prefs.touch_enabled &&
    [all...]

Completed in 278 milliseconds