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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.cpp 56 bool RuntimeEnabledFeatures::isDeviceOrientationEnabled = true;
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;
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 260 bool WebRuntimeFeatures::isDeviceOrientationEnabled()

Completed in 113 milliseconds