Home
last modified time | relevance | path

Searched refs:LayoutTestController (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/WebKitTools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp40 LayoutTestController::~LayoutTestController() in ~LayoutTestController()
45 void LayoutTestController::addDisallowedURL(JSStringRef url) in addDisallowedURL()
50 void LayoutTestController::clearBackForwardList() in clearBackForwardList()
54 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name) in copyDecodedHostName()
60 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name) in copyEncodedHostName()
66 void LayoutTestController::dispatchPendingLoadRequests() in dispatchPendingLoadRequests()
71 void LayoutTestController::display() in display()
75 void LayoutTestController::keepWebHistory() in keepWebHistory()
80 void LayoutTestController::notifyDone() in notifyDone()
87 JSStringRef LayoutTestController::pathToLocalResource(JSContextRef context, JSStringRef url) in pathToLocalResource()
[all …]
DDumpRenderTreeWx.cpp61 LayoutTestController* gLayoutTestController = 0;
241 gLayoutTestController = new LayoutTestController(pathOrURL, expectedPixelHash); in runTest()
/external/webkit/WebKitTools/DumpRenderTree/qt/
DLayoutTestControllerQt.cpp55 LayoutTestController::LayoutTestController(WebCore::DumpRenderTree* drt) in LayoutTestController() function in LayoutTestController
62 void LayoutTestController::reset() in reset()
86 void LayoutTestController::processWork() in processWork()
98 void LayoutTestController::maybeDump(bool success) in maybeDump()
130 void LayoutTestController::waitUntilDone() in waitUntilDone()
137 QString LayoutTestController::counterValueForElementById(const QString& id) in counterValueForElementById()
142 int LayoutTestController::webHistoryItemCount() in webHistoryItemCount()
152 void LayoutTestController::keepWebHistory() in keepWebHistory()
157 void LayoutTestController::notifyDone() in notifyDone()
181 int LayoutTestController::windowCount() in windowCount()
[all …]
DDumpRenderTreeQt.h55 class LayoutTestController; variable
85 LayoutTestController *layoutTestController() const { return m_controller; } in layoutTestController()
125 LayoutTestController *m_controller;
DLayoutTestControllerQt.h52 class LayoutTestController : public QObject {
58 LayoutTestController(WebCore::DumpRenderTree* drt);
DDumpRenderTreeQt.cpp330 m_controller = new LayoutTestController(this); in DumpRenderTree()
638 static const char *methodNameStringForFailedTest(LayoutTestController *controller) in methodNameStringForFailedTest()
/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.cpp42 LayoutTestController::LayoutTestController(const std::string& testPathOrURL, const std::string& exp… in LayoutTestController() function in LayoutTestController
86LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpAsPDFCallback()
93LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpAsTextCallback()
100LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpBackForwardListCallback()
107LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpChildFramesAsTextCallback()
114LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpChildFrameScrollPositionsCallback()
121LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpDatabaseCallbacksCallback()
128LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpDOMAsWebArchiveCallback()
135LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpEditingCallbacksCallback()
142LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObjec… in dumpFrameLoadCallbacksCallback()
[all …]
DDumpRenderTree.h53 class LayoutTestController; variable
58 extern LayoutTestController* gLayoutTestController;
DLayoutTestController.h38 class LayoutTestController : public RefCounted<LayoutTestController> {
40 LayoutTestController(const std::string& testPathOrURL, const std::string& expectedPixelHash);
41 ~LayoutTestController();
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp79 LayoutTestController::~LayoutTestController() in ~LayoutTestController()
84 void LayoutTestController::addDisallowedURL(JSStringRef url) in addDisallowedURL()
89 void LayoutTestController::clearBackForwardList() in clearBackForwardList()
106 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name) in copyDecodedHostName()
112 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name) in copyEncodedHostName()
118 void LayoutTestController::dispatchPendingLoadRequests() in dispatchPendingLoadRequests()
123 void LayoutTestController::display() in display()
128 JSRetainPtr<JSStringRef> LayoutTestController::counterValueForElementById(JSStringRef id) in counterValueForElementById()
139 void LayoutTestController::keepWebHistory() in keepWebHistory()
144 int LayoutTestController::pageNumberForElementById(JSStringRef id, float pageWidth, float pageHeigh… in pageNumberForElementById()
[all …]
DDumpRenderTree.cpp80 LayoutTestController* gLayoutTestController = 0;
462 gLayoutTestController = new LayoutTestController(testURL, expectedPixelHash); in runTest()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm31 #import "LayoutTestController.h"
100 LayoutTestController::~LayoutTestController() function
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::counterValueForElementById(JSStringRef id)
170 void LayoutTestController::keepWebHistory()
[all …]
DPolicyDelegate.h31 class LayoutTestController; variable
35 LayoutTestController* controllerToNotifyDone;
39 - (void)setControllerToNotifyDone:(LayoutTestController*)controller;
DPolicyDelegate.mm33 #import "LayoutTestController.h"
108 - (void)setControllerToNotifyDone:(LayoutTestController*)controller
DHistoryDelegate.mm29 #import "LayoutTestController.h"
DDumpRenderTreeWindow.mm37 #import "LayoutTestController.h"
DFrameLoadDelegate.mm37 #import "LayoutTestController.h"
242 // Make New-Style LayoutTestController
DUIDelegate.mm35 #import "LayoutTestController.h"
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp59 LayoutTestController::~LayoutTestController() in ~LayoutTestController()
82 void LayoutTestController::addDisallowedURL(JSStringRef url) in addDisallowedURL()
87 void LayoutTestController::clearBackForwardList() in clearBackForwardList()
113 JSStringRef LayoutTestController::copyDecodedHostName(JSStringRef name) in copyDecodedHostName()
119 JSStringRef LayoutTestController::copyEncodedHostName(JSStringRef name) in copyEncodedHostName()
125 void LayoutTestController::disableImageLoading() in disableImageLoading()
138 void LayoutTestController::dispatchPendingLoadRequests() in dispatchPendingLoadRequests()
143 void LayoutTestController::display() in display()
148 void LayoutTestController::keepWebHistory() in keepWebHistory()
161 void LayoutTestController::waitForPolicyDelegate() in waitForPolicyDelegate()
[all …]
DPolicyDelegate.h34 class LayoutTestController; variable
74 …void setControllerToNotifyDone(LayoutTestController* controller) { m_controllerToNotifyDone = cont… in setControllerToNotifyDone()
79 LayoutTestController* m_controllerToNotifyDone;
/external/webkit/WebKitTools/
DChangeLog-2009-06-16130 - add a LayoutTestController method for temporarily changing the WebKit
133 * DumpRenderTree/LayoutTestController.cpp:
135 LayoutTestController::setCacheModel() with the first argument as an
137 (LayoutTestController::staticFunctions): Added setCacheModel.
138 * DumpRenderTree/LayoutTestController.h:
140 (LayoutTestController::setCacheModel):
145 (LayoutTestController::setCacheModel): Added. Calls -[WebPreferences
148 (LayoutTestController::setCacheModel):
150 (LayoutTestController::setCacheModel):
170 (LayoutTestController::setFixedContentsSize):
[all …]
DChangeLog5 Qt DRT now dump the frame loader callbacks when LayoutTestController()
23 (LayoutTestController::reset):
24 (LayoutTestController::dumpFrameLoadCallbacks):
53 (LayoutTestController::setFrameSetFlatteningEnabled):
57 (LayoutTestController::setXSSAuditorEnabled):
59 (LayoutTestController::setFrameSetFlatteningEnabled):
60 * DumpRenderTree/LayoutTestController.cpp:
62 (LayoutTestController::staticFunctions):
63 * DumpRenderTree/LayoutTestController.h:
67 (LayoutTestController::setFrameSetFlatteningEnabled):
[all …]
DGNUmakefile.am52 WebKitTools/DumpRenderTree/LayoutTestController.cpp \
53 WebKitTools/DumpRenderTree/LayoutTestController.h \
/external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/
Dproject.pbxproj69 …72010087317D /* LayoutTestController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC0131D80C…
70 …772010087317D /* LayoutTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = BC0131D90C9…
216 …D /* LayoutTestController.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objc…
217 …7317D /* LayoutTestController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
372 BC0131D80C9772010087317D /* LayoutTestController.cpp */,
373 BC0131D90C9772010087317D /* LayoutTestController.h */,
526 BC0131DB0C9772010087317D /* LayoutTestController.h in Headers */,
690 BC0131DA0C9772010087317D /* LayoutTestController.cpp in Sources */,
/external/webkit/WebKit/win/Interfaces/
DIWebPreferencesPrivate.idl91 // Used to set preference specified by a test via LayoutTestController.overridePreference(..).

12