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

12 3

  /external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 33 LayoutTestController class:
34 Bound to a JavaScript window.layoutTestController object using the
61 class LayoutTestController : public CppBoundClass {
65 LayoutTestController(TestShell*);
67 ~LayoutTestController();
335 // Empty stub method to keep parity with object model exposed by global LayoutTestController.
434 WorkQueue(LayoutTestController* controller) : m_frozen(false), m_controller(controller) {}
458 LayoutTestController* m_controller;
468 class NotifyDoneTimedOutTask: public MethodTask<LayoutTestController> {
470 NotifyDoneTimedOutTask(LayoutTestController* object): MethodTask<LayoutTestController>(object) {
    [all...]
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...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 31 #include "LayoutTestController.h"
54 LayoutTestController* layoutTestController() { return m_layoutTestController.get(); }
98 RefPtr<LayoutTestController> m_layoutTestController;
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
LayoutTestController.java 29 public class LayoutTestController {
30 private static final String LOG_TAG = "LayoutTestController";
34 public LayoutTestController(LayoutTestsExecutor layoutTestsExecutor) {
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 58 class LayoutTestController;
91 LayoutTestController *layoutTestController() const { return m_controller; }
144 LayoutTestController *m_controller;
  /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');
add-listener-from-callback.js 7 if (window.layoutTestController)
8 layoutTestController.setMockDeviceOrientation(true, mockAlpha, true, mockBeta, true, mockGamma);
10 debug('This test can not be run without the LayoutTestController');
null-values.js 6 if (window.layoutTestController)
7 layoutTestController.setMockDeviceOrientation(
12 debug('This test can not be run without the LayoutTestController');
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
clear-watch-invalid-id-crash.js 3 if (window.layoutTestController) {
4 layoutTestController.setGeolocationPermission(true);
5 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
7 debug('This test can not be run without the LayoutTestController');
12 location = "data:text/html,TEST COMPLETE<script>if(window.layoutTestController) layoutTestController.notifyDone();</script>";
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');
window-close-crash.js 7 if (window.layoutTestController) {
8 layoutTestController.waitUntilDone();
9 layoutTestController.setCanOpenWindows();
10 layoutTestController.setCloseRemainingWindowsWhenComplete(true);
12 testFailed('This test can not be run without the LayoutTestController');
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');
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');
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-error.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');
25 if (window.layoutTestController)
26 layoutTestController.setMockGeolocationError(2, 'test');
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');
permission-denied-stops-watches.js 5 if (window.layoutTestController) {
6 layoutTestController.setGeolocationPermission(false);
7 layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100.0);
9 debug('This test can not be run without the LayoutTestController');
29 if (window.layoutTestController)
30 layoutTestController.setMockGeolocationPosition(55.478, -0.166, 100);
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,
watch.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');
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)
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
PolicyDelegate.mm 33 #import "LayoutTestController.h"
108 - (void)setControllerToNotifyDone:(LayoutTestController*)controller
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 41 class LayoutTestController : public RefCounted<LayoutTestController> {
43 static PassRefPtr<LayoutTestController> create(const std::string& testPathOrURL, const std::string& expectedPixelHash);
44 ~LayoutTestController();
338 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);

Completed in 1011 milliseconds

12 3