Searched defs:TestsController (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/TestWebKitAPI/
H A DTestsController.h36 class TestsController { class in namespace:TestWebKitAPI
38 static TestsController& shared();
50 TestsController();
51 ~TestsController();
H A DTestsController.cpp26 #include "TestsController.h"
34 TestsController& TestsController::shared()
36 static TestsController& shared = *new TestsController;
40 TestsController::TestsController() function in class:TestWebKitAPI::TestsController
46 void TestsController::dumpTestNames()
54 bool TestsController::runTestNamed(const std::string& identifier)
71 void TestsController
[all...]
/external/webkit/Tools/WebKitAPITest/
H A DTestsController.h36 class TestsController { class in namespace:WebKitAPITest
37 WTF_MAKE_NONCOPYABLE(TestsController);
39 static TestsController& shared();
48 TestsController();
49 ~TestsController();
H A DTestsController.cpp26 #include "TestsController.h"
39 inline TestsController::TestsController() function in class:WebKitAPITest::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
[all...]

Completed in 272 milliseconds