HomeSort by relevance Sort by last modified time
    Searched refs:isDeviceOrientationEnabled (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 120 static void setDeviceOrientationEnabled(bool isEnabled) { isDeviceOrientationEnabled = isEnabled; }
121 static bool deviceOrientationEnabled() { return isDeviceOrientationEnabled; }
122 static bool deviceOrientationEventEnabled() { return isDeviceOrientationEnabled; }
123 static bool ondeviceorientationEnabled() { return isDeviceOrientationEnabled; }
173 static bool isDeviceOrientationEnabled;
RuntimeEnabledFeatures.cpp 56 bool RuntimeEnabledFeatures::isDeviceOrientationEnabled = true;
  /external/webkit/Source/WebKit/chromium/public/
WebRuntimeFeatures.h 89 WEBKIT_API static bool isDeviceOrientationEnabled();
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 260 bool WebRuntimeFeatures::isDeviceOrientationEnabled()

Completed in 101 milliseconds