Searched refs:isTouchEnabled (Results 1 – 5 of 5) sorted by relevance
105 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
54 bool RuntimeEnabledFeatures::isTouchEnabled = true; member in WebCore::RuntimeEnabledFeatures
83 WEBKIT_API static bool isTouchEnabled();
236 bool WebRuntimeFeatures::isTouchEnabled() in isTouchEnabled() function in WebKit::WebRuntimeFeatures
18861 (WebKit::WebRuntimeFeatures::isTouchEnabled):