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

  /external/webkit/Source/WebCore/bindings/generic/
RuntimeEnabledFeatures.h 121 static bool deviceOrientationEnabled() { return isDeviceOrientationEnabled; }
  /external/webkit/Source/WebKit/chromium/src/
WebRuntimeFeatures.cpp 262 return RuntimeEnabledFeatures::deviceOrientationEnabled();
  /external/webkit/Source/WebCore/page/
Page.cpp 152 , m_deviceOrientationController(RuntimeEnabledFeatures::deviceOrientationEnabled() ? new DeviceOrientationController(this, pageClients.deviceOrientationClient) : 0)

Completed in 45 milliseconds