Searched refs:TestMessageLoop (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_message_loop.cc17 TestMessageLoop::TestMessageLoop(TestingInstance* instance) function in class:TestMessageLoop
24 TestMessageLoop::~TestMessageLoop() {
27 void TestMessageLoop::RunTests(const std::string& filter) {
32 std::string TestMessageLoop::TestBasics() {
53 std::string TestMessageLoop::TestPost() {
56 &TestMessageLoop::SetParamAndQuitTask, kMainToMain));
70 &TestMessageLoop::EchoParamToMainTask, kBeforeStart));
82 &TestMessageLoop
[all...]
H A Dtest_message_loop.h18 class TestMessageLoop : public TestCase { class in inherits:TestCase
20 explicit TestMessageLoop(TestingInstance* instance);
21 virtual ~TestMessageLoop();
43 pp::CompletionCallbackFactory<TestMessageLoop> callback_factory_;
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc301 class TestMessageLoop : public base::MessageLoop { class in namespace:__anon3527
303 TestMessageLoop() {} function in class:__anon3527::TestMessageLoop
304 virtual ~TestMessageLoop() {}
411 TestMessageLoop loop_;

Completed in 113 milliseconds