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

/macosx-10.9.5/WebCore-7537.78.1/bindings/generic/
H A DRuntimeEnabledFeatures.h156 static bool touchEnabled() { return isTouchEnabled; }
157 static void setTouchEnabled(bool isEnabled) { isTouchEnabled = isEnabled; }
314 static bool isTouchEnabled; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.cpp52 bool RuntimeEnabledFeatures::isTouchEnabled = true; member in class:WebCore::RuntimeEnabledFeatures

Completed in 119 milliseconds