Home | History | Annotate | Download | only in WebKitAPITest

Lines Matching defs:TestsController

26 #include "TestsController.h"
39 inline TestsController::TestsController()
47 TestsController& TestsController::shared()
49 static TestsController& shared = *new TestsController;
53 bool TestsController::runAllTests()
73 void TestsController::addTest(PassOwnPtr<Test> test)
79 void TestsController::testFailed(const char* file, int line, const char* message)
90 void TestsController::runNextTest()
115 void TestsController::runNextTestSoon()
120 void TestsController::registerWindowClass()
137 LRESULT TestsController::wndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
141 TestsController::shared().runNextTest();