Searched refs:deviceOrientationEvent (Results 1 - 5 of 5) sorted by relevance

/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
H A Dbasic-operation.js12 var deviceOrientationEvent;
14 deviceOrientationEvent = e;
15 shouldBe('deviceOrientationEvent.alpha', 'mockAlpha');
16 shouldBe('deviceOrientationEvent.beta', 'mockBeta');
17 shouldBe('deviceOrientationEvent.gamma', 'mockGamma');
H A Dadd-listener-from-callback.js12 var deviceOrientationEvent;
14 deviceOrientationEvent = event;
15 shouldBe('deviceOrientationEvent.alpha', 'mockAlpha');
16 shouldBe('deviceOrientationEvent.beta', 'mockBeta');
17 shouldBe('deviceOrientationEvent.gamma', 'mockGamma');
H A Dupdates.js12 var deviceOrientationEvent; variable
14 deviceOrientationEvent = event;
15 shouldBe('deviceOrientationEvent.alpha', 'mockEvent.alpha');
16 shouldBe('deviceOrientationEvent.beta', 'mockEvent.beta');
17 shouldBe('deviceOrientationEvent.gamma', 'mockEvent.gamma');
H A Dmultiple-frames.js3 var deviceOrientationEvent; variable
5 deviceOrientationEvent = event;
6 shouldBe('deviceOrientationEvent.alpha', 'mockEvent.alpha');
7 shouldBe('deviceOrientationEvent.beta', 'mockEvent.beta');
8 shouldBe('deviceOrientationEvent.gamma', 'mockEvent.gamma');
H A Dnull-values.js15 var deviceOrientationEvent; variable
17 deviceOrientationEvent = event;
18 shouldBe('deviceOrientationEvent.alpha', 'mockEvent.alpha');
19 shouldBe('deviceOrientationEvent.beta', 'mockEvent.beta');
20 shouldBe('deviceOrientationEvent.gamma', 'mockEvent.gamma');

Completed in 401 milliseconds