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

/external/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.h115 static void setDeviceMotionEnabled(bool isEnabled) { isDeviceMotionEnabled = isEnabled; }
116 static bool deviceMotionEnabled() { return isDeviceMotionEnabled; }
117 static bool deviceMotionEventEnabled() { return isDeviceMotionEnabled; }
118 static bool ondevicemotionEnabled() { return isDeviceMotionEnabled; }
172 static bool isDeviceMotionEnabled; member in class:WebCore::RuntimeEnabledFeatures
H A DRuntimeEnabledFeatures.cpp55 bool RuntimeEnabledFeatures::isDeviceMotionEnabled = true; member in class:WebCore::RuntimeEnabledFeatures
/external/webkit/Source/WebKit/chromium/public/
H A DWebRuntimeFeatures.h86 WEBKIT_API static bool isDeviceMotionEnabled();
/external/webkit/Source/WebKit/chromium/src/
H A DWebRuntimeFeatures.cpp250 bool WebRuntimeFeatures::isDeviceMotionEnabled() function in class:WebKit::WebRuntimeFeatures

Completed in 40 milliseconds