Home
last modified time | relevance | path

Searched refs:DeviceOrientation (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOverridesSupport.js311 WebInspector.OverridesSupport.DeviceOrientation = function(alpha, beta, gamma) class in WebInspector.OverridesSupport
318 WebInspector.OverridesSupport.DeviceOrientation.prototype = {
331 WebInspector.OverridesSupport.DeviceOrientation.parseSetting = function(value)
335 …return new WebInspector.OverridesSupport.DeviceOrientation(jsonObject.alpha, jsonObject.beta, json…
337 return new WebInspector.OverridesSupport.DeviceOrientation(0, 0, 0);
343 WebInspector.OverridesSupport.DeviceOrientation.parseUserInput = function(alphaString, betaString, …
366 return new WebInspector.OverridesSupport.DeviceOrientation(alpha, beta, gamma);
369 WebInspector.OverridesSupport.DeviceOrientation.clearDeviceOrientationOverride = function()
489 …var deviceOrientation = WebInspector.OverridesSupport.DeviceOrientation.parseSetting(WebInspector.…
DOverridesView.js911 …var deviceOrientation = WebInspector.OverridesSupport.DeviceOrientation.parseSetting(deviceOrienta…
928 …this._setDeviceOrientation(WebInspector.OverridesSupport.DeviceOrientation.parseUserInput(this._al…
933 …this._setDeviceOrientation(new WebInspector.OverridesSupport.DeviceOrientation(0, 0, 0), WebInspec…
1035 …var newOrientation = new WebInspector.OverridesSupport.DeviceOrientation(-eulerAngles.alpha, -eule…
/external/chromium_org/third_party/WebKit/Source/platform/
DRuntimeEnabledFeatures.in41 DeviceOrientation status=stable
/external/chromium_org/third_party/WebKit/
DWATCHLISTS201 '|LayoutTests/fast/dom/DeviceOrientation/'
/external/chromium_org/third_party/WebKit/Source/core/frame/
DWindow.idl178 [RuntimeEnabled=DeviceOrientation] attribute EventHandler ondeviceorientation;