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

1 2 3

  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 30 #include "LayoutTestController.h"
42 LayoutTestController::~LayoutTestController()
47 void LayoutTestController::addDisallowedURL(JSStringRef url)
52 void LayoutTestController::clearBackForwardList()
56 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
62 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
68 void LayoutTestController::dispatchPendingLoadRequests()
73 void LayoutTestController::display()
77 void LayoutTestController::keepWebHistory(
    [all...]
  /external/webkit/Tools/DumpRenderTree/
StorageTrackerDelegate.h 26 class LayoutTestController;
30 LayoutTestController* controllerToNotifyDone;
33 - (void)logNotifications:(unsigned)number controller:(LayoutTestController*)controller;
35 - (void)setControllerToNotifyDone:(LayoutTestController*)controller;
DumpRenderTree.h 54 class LayoutTestController;
59 extern RefPtr<LayoutTestController> gLayoutTestController;
LayoutTestController.cpp 31 #include "LayoutTestController.h"
45 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash)
94 PassRefPtr<LayoutTestController> LayoutTestController::create(const std::string& testPathOrURL, const std::string& expectedPixelHash)
96 return adoptRef(new LayoutTestController(testPathOrURL, expectedPixelHash));
103 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
110 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject))
    [all...]
StorageTrackerDelegate.mm 29 #import "LayoutTestController.h"
46 - (void)logNotifications:(unsigned)number controller:(LayoutTestController*)controller
76 - (void)setControllerToNotifyDone:(LayoutTestController*)controller
  /external/webkit/Tools/DumpRenderTree/mac/
PolicyDelegate.h 31 class LayoutTestController;
35 LayoutTestController* controllerToNotifyDone;
39 - (void)setControllerToNotifyDone:(LayoutTestController*)controller;
LayoutTestControllerMac.mm 31 #import "LayoutTestController.h"
110 LayoutTestController::~LayoutTestController()
114 void LayoutTestController::addDisallowedURL(JSStringRef url)
128 bool LayoutTestController::callShouldCloseOnWebView()
133 void LayoutTestController::clearAllApplicationCaches()
138 void LayoutTestController::syncLocalStorage()
143 void LayoutTestController::observeStorageTrackerNotifications(unsigned number)
148 void LayoutTestController::clearApplicationCacheForOrigin(JSStringRef url)
171 JSValueRef LayoutTestController::originsWithApplicationCache(JSContextRef context
    [all...]
  /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/Tools/DumpRenderTree/chromium/
LayoutTestController.cpp 33 #include "LayoutTestController.h"
72 LayoutTestController::LayoutTestController(TestShell* shell)
83 // by CppBoundClass, the parent to LayoutTestController).
84 bindMethod("addFileToPasteboardOnDrag", &LayoutTestController::addFileToPasteboardOnDrag);
85 bindMethod("addOriginAccessWhitelistEntry", &LayoutTestController::addOriginAccessWhitelistEntry);
86 bindMethod("addUserScript", &LayoutTestController::addUserScript);
87 bindMethod("addUserStyleSheet", &LayoutTestController::addUserStyleSheet);
88 bindMethod("clearAllDatabases", &LayoutTestController::clearAllDatabases);
89 bindMethod("closeWebInspector", &LayoutTestController::closeWebInspector)
    [all...]
  /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/qt/
LayoutTestControllerQt.cpp 40 LayoutTestController::LayoutTestController(WebCore::DumpRenderTree* drt)
49 void LayoutTestController::reset()
96 void LayoutTestController::processWork()
108 void LayoutTestController::maybeDump(bool success)
140 void LayoutTestController::waitUntilDone()
147 QString LayoutTestController::counterValueForElementById(const QString& id)
152 void LayoutTestController::setViewModeMediaFeature(const QString& mode)
157 int LayoutTestController::webHistoryItemCount()
167 void LayoutTestController::keepWebHistory(
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 35 #include "LayoutTestController.h"
56 LayoutTestController::~LayoutTestController()
61 void LayoutTestController::addDisallowedURL(JSStringRef url)
66 void LayoutTestController::clearBackForwardList()
83 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
89 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
95 void LayoutTestController::dispatchPendingLoadRequests()
100 void LayoutTestController::display()
105 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id
    [all...]
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 28 #include "LayoutTestController.h"
49 InjectedBundle::shared().layoutTestController()->waitToDumpWatchdogTimerFired();
56 void LayoutTestController::platformInitialize()
61 void LayoutTestController::invalidateWaitToDumpWatchdogTimer()
66 void LayoutTestController::initializeWaitToDumpWatchdogTimerIfNeeded()
74 JSRetainPtr<JSStringRef> LayoutTestController::pathToLocalResource(JSStringRef url)
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 30 #include "LayoutTestController.h"
59 LayoutTestController::~LayoutTestController()
82 void LayoutTestController::addDisallowedURL(JSStringRef url)
87 void LayoutTestController::clearBackForwardList()
113 bool LayoutTestController::callShouldCloseOnWebView()
128 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
134 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
140 void LayoutTestController::disableImageLoading()
153 void LayoutTestController::dispatchPendingLoadRequests(
    [all...]
PolicyDelegate.h 34 class LayoutTestController;
74 void setControllerToNotifyDone(LayoutTestController* controller) { m_controllerToNotifyDone = controller; }
79 LayoutTestController* m_controllerToNotifyDone;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 27 #include "LayoutTestController.h"
51 const double LayoutTestController::waitToDumpWatchdogTimerInterval = 6;
87 PassRefPtr<LayoutTestController> LayoutTestController::create()
89 return adoptRef(new LayoutTestController);
92 LayoutTestController::LayoutTestController()
111 LayoutTestController::~LayoutTestController()
115 JSClassRef LayoutTestController::wrapperClass(
    [all...]
LayoutTestController.h 47 class LayoutTestController : public JSWrappable {
49 static PassRefPtr<LayoutTestController> create();
50 virtual ~LayoutTestController();
159 LayoutTestController();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 19 public interface LayoutTestController {
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
basic-operation.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');
event-after-navigation.js 3 if (window.layoutTestController)
4 layoutTestController.overridePreference('WebKitUsesPageCachePreferenceKey', 1);
6 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');
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
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');
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
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');
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');
timeout.js 7 if (window.layoutTestController) {
8 layoutTestController.setGeolocationPermission(true);
9 layoutTestController.setMockGeolocationPosition(mockLatitude,
13 debug('This test can not be run without the LayoutTestController');

Completed in 800 milliseconds

1 2 3