Searched refs:LayoutTestController (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp30 #include "LayoutTestController.h"
40 LayoutTestController::~LayoutTestController()
45 void LayoutTestController::addDisallowedURL(JSStringRef url)
50 void LayoutTestController::clearBackForwardList()
54 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
60 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
66 void LayoutTestController::dispatchPendingLoadRequests()
71 void LayoutTestController::display()
75 void LayoutTestController
[all...]
H A DDumpRenderTreeWx.cpp32 #include "LayoutTestController.h"
61 LayoutTestController* gLayoutTestController = 0;
241 gLayoutTestController = new LayoutTestController(pathOrURL, expectedPixelHash);
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DPolicyDelegate.h31 class LayoutTestController;
35 LayoutTestController* controllerToNotifyDone;
39 - (void)setControllerToNotifyDone:(LayoutTestController*)controller;
H A DLayoutTestControllerMac.mm31 #import "LayoutTestController.h"
100 LayoutTestController::~LayoutTestController()
104 void LayoutTestController::addDisallowedURL(JSStringRef url)
118 void LayoutTestController::clearAllDatabases()
123 void LayoutTestController::clearBackForwardList()
138 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
145 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
152 void LayoutTestController::display()
157 JSRetainPtr<JSStringRef> LayoutTestController
[all...]
H A DPolicyDelegate.mm33 #import "LayoutTestController.h"
108 - (void)setControllerToNotifyDone:(LayoutTestController*)controller
H A DDumpRenderTree.mm43 #import "LayoutTestController.h"
107 LayoutTestController* gLayoutTestController = 0;
678 // FIXME: This should be moved onto LayoutTestController and made into a HashSet
1204 gLayoutTestController = new LayoutTestController(testURL, expectedPixelHash);
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp55 LayoutTestController::LayoutTestController(WebCore::DumpRenderTree* drt) function in class:LayoutTestController
62 void LayoutTestController::reset()
86 void LayoutTestController::processWork()
98 void LayoutTestController::maybeDump(bool success)
130 void LayoutTestController::waitUntilDone()
137 QString LayoutTestController::counterValueForElementById(const QString& id)
142 int LayoutTestController::webHistoryItemCount()
152 void LayoutTestController::keepWebHistory()
157 void LayoutTestController
[all...]
H A DDumpRenderTreeQt.h55 class LayoutTestController;
85 LayoutTestController *layoutTestController() const { return m_controller; }
125 LayoutTestController *m_controller;
H A DLayoutTestControllerQt.h52 class LayoutTestController : public QObject { class in inherits:QObject
58 LayoutTestController(WebCore::DumpRenderTree* drt);
H A DDumpRenderTreeQt.cpp330 m_controller = new LayoutTestController(this);
638 static const char *methodNameStringForFailedTest(LayoutTestController *controller)
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp34 #include "LayoutTestController.h"
79 LayoutTestController::~LayoutTestController()
84 void LayoutTestController::addDisallowedURL(JSStringRef url)
89 void LayoutTestController::clearBackForwardList()
106 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
112 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
118 void LayoutTestController::dispatchPendingLoadRequests()
123 void LayoutTestController::display()
128 JSRetainPtr<JSStringRef> LayoutTestController
[all...]
H A DDumpRenderTree.cpp37 #include "LayoutTestController.h"
80 LayoutTestController* gLayoutTestController = 0;
462 gLayoutTestController = new LayoutTestController(testURL, expectedPixelHash);
651 // i.e., LayoutTestController::waitForPolicyDelegate
/external/webkit/WebKitTools/DumpRenderTree/
H A DDumpRenderTree.h53 class LayoutTestController;
58 extern LayoutTestController* gLayoutTestController;
H A DLayoutTestController.cpp30 #include "LayoutTestController.h"
42 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash) function in class:LayoutTestController
86 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
93 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
100 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
107 LayoutTestController* controlle
[all...]
H A DLayoutTestController.h38 class LayoutTestController : public RefCounted<LayoutTestController> { class in inherits:RefCounted
40 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);
41 ~LayoutTestController();
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp30 #include "LayoutTestController.h"
59 LayoutTestController::~LayoutTestController()
82 void LayoutTestController::addDisallowedURL(JSStringRef url)
87 void LayoutTestController::clearBackForwardList()
113 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name)
119 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name)
125 void LayoutTestController::disableImageLoading()
138 void LayoutTestController::dispatchPendingLoadRequests()
143 void LayoutTestController
[all...]
H A DPolicyDelegate.h34 class LayoutTestController;
74 void setControllerToNotifyDone(LayoutTestController* controller) { m_controllerToNotifyDone = controller; }
79 LayoutTestController* m_controllerToNotifyDone;
H A DDumpRenderTree.cpp35 #include "LayoutTestController.h"
106 LayoutTestController* gLayoutTestController = 0;
889 ::gLayoutTestController = new LayoutTestController(pathOrURL, expectedPixelHash);

Completed in 1036 milliseconds