Searched refs:mockLongitude (Results 1 - 7 of 7) sorted by relevance

/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
H A Dposition-string.js4 var mockLongitude = -0.166; variable
9 mockLongitude,
17 shouldBe('position.coords.longitude', 'mockLongitude');
H A Dsuccess.js4 var mockLongitude = -0.166; variable
9 mockLongitude,
16 shouldBe('position.coords.longitude', 'mockLongitude');
H A Dtimeout.js4 var mockLongitude = -0.166; variable
9 mockLongitude,
16 shouldBe('position.coords.longitude', 'mockLongitude');
H A Dreentrant-success.js4 var mockLongitude = -0.166; variable
9 mockLongitude,
23 shouldBe('position.coords.longitude', 'mockLongitude');
34 ++mockLongitude,
40 shouldBe('position.coords.longitude', 'mockLongitude');
H A Dcallback-exception.js4 var mockLongitude = -0.166; variable
9 mockLongitude,
16 shouldBe('position.coords.longitude', 'mockLongitude');
H A Dwatch.js4 var mockLongitude = -0.166; variable
16 shouldBe('position.coords.longitude', 'mockLongitude');
29 window.layoutTestController.setMockGeolocationPosition(mockLatitude, mockLongitude, mockAccuracy);
36 window.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
55 window.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
H A Dmaximum-age.js4 var mockLongitude = -0.166; variable
17 shouldBe('position.coords.longitude', 'mockLongitude');
29 window.layoutTestController.setMockGeolocationPosition(mockLatitude, mockLongitude, mockAccuracy);
42 window.layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);

Completed in 12 milliseconds