Searched defs:test_run_loop_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host_unittest.cc263 scoped_ptr<base::RunLoop> test_run_loop_; member in class:remoting::Me2MeNativeMessagingHostTest
287 test_run_loop_.reset(new base::RunLoop());
305 test_run_loop_->Run();
342 FROM_HERE, test_run_loop_->QuitClosure());
365 test_run_loop_->Quit();
374 test_run_loop_.reset(new base::RunLoop());
375 test_run_loop_->Run();
/external/chromium_org/remoting/host/it2me/
H A Dit2me_native_messaging_host_unittest.cc205 scoped_ptr<base::RunLoop> test_run_loop_; member in class:remoting::It2MeNativeMessagingHostTest
219 test_run_loop_.reset(new base::RunLoop());
236 test_run_loop_->Run();
245 test_run_loop_.reset(new base::RunLoop());
246 test_run_loop_->Run();
447 FROM_HERE, test_run_loop_->QuitClosure());
470 test_run_loop_->Quit();

Completed in 118 milliseconds