HomeSort by relevance Sort by last modified time
    Searched defs:LayoutTestController (Results 1 - 13 of 13) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 19 public interface 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/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();
  /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...]
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/DumpRenderTree/qt/
LayoutTestControllerQt.h 54 class LayoutTestController : public QObject {
60 LayoutTestController(WebCore::DumpRenderTree* drt);
230 // Empty stub method to keep parity with object model exposed by global LayoutTestController.
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/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/
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);
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...]
  /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/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...]

Completed in 1397 milliseconds