Searched refs:isTouchEnabled (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.h105 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; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.cpp54 bool RuntimeEnabledFeatures::isTouchEnabled = true; member in class:WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
H A DWebRuntimeFeatures.h83 WEBKIT_API static bool isTouchEnabled();
/external/webkit/Source/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp236 bool WebRuntimeFeatures::isTouchEnabled() function in class:WebKit::WebRuntimeFeatures

Completed in 126 milliseconds