Home
last modified time | relevance | path

Searched refs:isTouchEnabled (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/generic/
DRuntimeEnabledFeatures.h105 static bool touchEnabled() { return isTouchEnabled; } in touchEnabled()
106 static void setTouchEnabled(bool isEnabled) { isTouchEnabled = isEnabled; } in setTouchEnabled()
107 static bool ontouchstartEnabled() { return isTouchEnabled; } in ontouchstartEnabled()
108 static bool ontouchmoveEnabled() { return isTouchEnabled; } in ontouchmoveEnabled()
109 static bool ontouchendEnabled() { return isTouchEnabled; } in ontouchendEnabled()
110 static bool ontouchcancelEnabled() { return isTouchEnabled; } in ontouchcancelEnabled()
111 static bool createTouchEnabled() { return isTouchEnabled; } in createTouchEnabled()
112 static bool createTouchListEnabled() { return isTouchEnabled; } in createTouchListEnabled()
171 static bool isTouchEnabled; variable
DRuntimeEnabledFeatures.cpp54 bool RuntimeEnabledFeatures::isTouchEnabled = true; member in WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
DWebRuntimeFeatures.h83 WEBKIT_API static bool isTouchEnabled();
/external/webkit/Source/WebKit/chromium/src/
DWebRuntimeFeatures.cpp236 bool WebRuntimeFeatures::isTouchEnabled() in isTouchEnabled() function in WebKit::WebRuntimeFeatures
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1618861 (WebKit::WebRuntimeFeatures::isTouchEnabled):