Searched refs:DeviceOrientation (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | OverridesSupport.js | 311 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.…
|
D | OverridesView.js | 911 …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/ |
D | RuntimeEnabledFeatures.in | 41 DeviceOrientation status=stable
|
/external/chromium_org/third_party/WebKit/ |
D | WATCHLISTS | 201 '|LayoutTests/fast/dom/DeviceOrientation/'
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Window.idl | 178 [RuntimeEnabled=DeviceOrientation] attribute EventHandler ondeviceorientation;
|