Home | History | Annotate | Download | only in script-tests

Lines Matching refs:layoutTestController

28 if (window.layoutTestController) {
29 layoutTestController.setGeolocationPermission(true);
30 layoutTestController.setMockGeolocationPosition(mockLatitude, mockLongitude, mockAccuracy);
32 debug('This test can not be run without the LayoutTestController');
39 if (window.layoutTestController)
40 layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
44 if (window.layoutTestController)
45 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
59 if (window.layoutTestController)
60 layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);