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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 105 static bool touchEnabled() { return isTouchEnabled; }
106 static void setTouchEnabled(bool isEnabled) { isTouchEnabled = isEnabled; }
107 static bool ontouchstartEnabled() { return isTouchEnabled; }
108 static bool ontouchmoveEnabled() { return isTouchEnabled; }
109 static bool ontouchendEnabled() { return isTouchEnabled; }
110 static bool ontouchcancelEnabled() { return isTouchEnabled; }
111 static bool createTouchEnabled() { return isTouchEnabled; }
112 static bool createTouchListEnabled() { return isTouchEnabled; }
171 static bool isTouchEnabled;
RuntimeEnabledFeatures.cpp 54 bool RuntimeEnabledFeatures::isTouchEnabled = true;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 83 WEBKIT_API static bool isTouchEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 236 bool WebRuntimeFeatures::isTouchEnabled()

Completed in 37 milliseconds