HomeSort by relevance Sort by last modified time
    Searched refs:layoutTestController (Results 26 - 50 of 91) sorted by null

12 3 4

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
reentrant-error.js 6 if (window.layoutTestController) {
7 layoutTestController.setGeolocationPermission(true);
8 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
10 debug('This test can not be run without the LayoutTestController');
34 if (window.layoutTestController)
35 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
reentrant-success.js 7 if (window.layoutTestController) {
8 layoutTestController.setGeolocationPermission(true);
9 layoutTestController.setMockGeolocationPosition(mockLatitude,
13 debug('This test can not be run without the LayoutTestController');
36 if (window.layoutTestController)
37 layoutTestController.setMockGeolocationPosition(++mockLatitude,
maximum-age.js 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');
45 if (window.layoutTestController)
46 layoutTestController.setMockGeolocationPosition(++mockLatitude, ++mockLongitude, ++mockAccuracy);
59 if (window.layoutTestController)
60 layoutTestController.setMockGeolocationError(mockCode, mockMessage);
disconnected-frame-already.js 3 if (window.layoutTestController) {
4 layoutTestController.setGeolocationPermission(true);
5 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
disconnected-frame.js 3 if (window.layoutTestController) {
4 layoutTestController.setGeolocationPermission(true);
5 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
multiple-requests.js 7 if (window.layoutTestController) {
8 layoutTestController.setGeolocationPermission(true);
9 layoutTestController.setMockGeolocationPosition(mockLatitude,
13 debug('This test can not be run without the LayoutTestController');
position-string.js 7 if (window.layoutTestController) {
8 layoutTestController.setGeolocationPermission(true);
9 layoutTestController.setMockGeolocationPosition(mockLatitude,
13 debug('This test can not be run without the LayoutTestController');
reentrant-permission-denied.js 3 if (window.layoutTestController) {
4 layoutTestController.setGeolocationPermission(false);
5 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100.0);
7 debug('This test can not be run without the LayoutTestController');
timestamp.js 7 if (window.layoutTestController) {
8 layoutTestController.setGeolocationPermission(true);
9 layoutTestController.setMockGeolocationPosition(mockLatitude, mockLongitude, mockAccuracy);
delayed-permission-denied-for-multiple-requests.js 3 if (window.layoutTestController)
4 window.layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
8 if (window.layoutTestController)
9 layoutTestController.setGeolocationPermission(false);
no-page-cache.js 3 if (window.layoutTestController) {
4 layoutTestController.waitUntilDone();
5 layoutTestController.setCanOpenWindows();
6 layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
8 debug('This test can not be run without the LayoutTestController');
timeout-clear-watch.js 3 if (window.layoutTestController)
4 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100.0);
callback-exception.js 7 if (window.layoutTestController) {
8 layoutTestController.setGeolocationPermission(true);
9 layoutTestController.setMockGeolocationPosition(mockLatitude,
13 debug('This test can not be run without the LayoutTestController');
permission-denied-already-clear-watch.js 4 if (window.layoutTestController) {
5 layoutTestController.setGeolocationPermission(false);
6 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
8 debug('This test can not be run without the LayoutTestController');
permission-denied-already-success.js 4 if (window.layoutTestController) {
5 layoutTestController.setGeolocationPermission(false);
6 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
8 debug('This test can not be run without the LayoutTestController');
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 26 if (window.layoutTestController)
27 script.setAttribute("onload", "layoutTestController.notifyDone()");
35 if (window.layoutTestController)
36 layoutTestController.waitUntilDone();
parser-tests.js 15 if (window.layoutTestController) {
16 layoutTestController.dumpAsText();
17 layoutTestController.waitUntilDone();
52 if (window.layoutTestController)
53 layoutTestController.notifyDone();
  /external/webkit/LayoutTests/storage/
multiple-transactions.js 5 if (++complete == 2 && window.layoutTestController)
6 layoutTestController.notifyDone();
change-version-handle-reuse.js 5 if (window.layoutTestController)
6 layoutTestController.notifyDone();
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
LayoutTestControllerWin.cpp 27 #include "LayoutTestController.h"
33 void LayoutTestController::platformInitialize()
38 void LayoutTestController::invalidateWaitToDumpWatchdogTimer()
49 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
54 void LayoutTestController::initializeWaitToDumpWatchdogTimerIfNeeded()
62 JSRetainPtr<JSStringRef> LayoutTestController::pathToLocalResource(JSStringRef url)
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
multiple-frames.js 31 if (window.layoutTestController)
32 layoutTestController.setMockDeviceOrientation(true, mockEvent.alpha, true, mockEvent.beta, true, mockEvent.gamma);
34 debug('This test can not be run without the LayoutTestController');
updates.js 6 if (window.layoutTestController)
7 layoutTestController.setMockDeviceOrientation(true, mockEvent.alpha, true, mockEvent.beta, true, mockEvent.gamma);
9 debug('This test can not be run without the LayoutTestController');
  /external/webkit/LayoutTests/storage/indexeddb/resources/
shared.js 4 if (window.layoutTestController)
5 layoutTestController.notifyDone()
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/mac/
LayoutTestControllerMac.mm 26 #include "LayoutTestController.h"
32 void LayoutTestController::platformInitialize()
36 void LayoutTestController::invalidateWaitToDumpWatchdogTimer()
47 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
50 void LayoutTestController::initializeWaitToDumpWatchdogTimerIfNeeded()
59 JSRetainPtr<JSStringRef> LayoutTestController::pathToLocalResource(JSStringRef url)
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h 36 #include "LayoutTestController.h"
90 LayoutTestController* layoutTestController() const { return m_layoutTestController.get(); }
112 bool shouldDumpFrameLoadCallbacks() const { return (m_testIsPreparing || m_testIsPending) && layoutTestController()->shouldDumpFrameLoadCallbacks(); }
113 bool shouldDumpUserGestureInFrameLoadCallbacks() const { return (m_testIsPreparing || m_testIsPending) && layoutTestController()->shouldDumpUserGestureInFrameLoadCallbacks(); }
114 bool shouldDumpResourceLoadCallbacks() const { return (m_testIsPreparing || m_testIsPending) && layoutTestController()->shouldDumpResourceLoadCallbacks(); }
115 bool shouldDumpResourceResponseMIMETypes() const { return (m_testIsPreparing || m_testIsPending) && layoutTestController()->shouldDumpResourceResponseMIMETypes(); }
118 // Called by the LayoutTestController to signal test completion.
120 // Called by LayoutTestController when a test hits the timeout, but does not
196 OwnPtr<LayoutTestController> m_layoutTestController
    [all...]

Completed in 267 milliseconds

12 3 4