Searched refs:run_loop_ (Results 101 - 113 of 113) sorted by relevance

12345

/external/chromium_org/base/message_loop/
H A Dmessage_loop.h493 RunLoop* run_loop_; member in class:base::MessageLoop
/external/chromium_org/chrome/browser/lifetime/
H A Dbrowser_close_manager_browsertest.cc110 content::BrowserThread::UI, FROM_HERE, run_loop_.QuitClosure());
119 run_loop_.Run();
127 base::RunLoop run_loop_; member in class:__anon4156::RepeatedNotificationObserver
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_browsertest.cc159 void Wait() { run_loop_.Run(); }
165 void Quit() { run_loop_.Quit(); }
167 base::RunLoop run_loop_; member in class:content::__anon7390::WorkerActivatedObserver
/external/chromium_org/remoting/host/
H A Dclient_session_unittest.cc175 base::RunLoop run_loop_; member in class:remoting::ClientSessionTest
208 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
228 run_loop_.Run();
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc155 run_loop_(NULL) {
263 // If non-NULL, OnProviderUpdate quits the current |run_loop_|.
264 base::RunLoop* run_loop_; member in class:SearchProviderTest
367 if (run_loop_ && provider_->done()) {
368 run_loop_->Quit();
369 run_loop_ = NULL;
378 run_loop_ = &run_loop;
/external/chromium_org/ui/compositor/
H A Dlayer_unittest.cc181 ReadbackHolder() : run_loop_(new base::RunLoop) {}
185 run_loop_->Quit();
188 void WaitForReadback() { run_loop_->Run(); }
198 scoped_ptr<base::RunLoop> run_loop_; member in class:ui::__anon16705::LayerWithRealCompositorTest::ReadbackHolder
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc470 run_loop_.reset(new base::RunLoop());
471 run_loop_->Run();
492 if (wait_until_event_ == event->type() && run_loop_) {
493 run_loop_->Quit();
516 scoped_ptr<base::RunLoop> run_loop_; member in class:aura::__anon16589::EventFilterRecorder
/external/chromium_org/cc/layers/
H A Dtiled_layer_unittest.cc65 run_loop_.QuitClosure(),
67 run_loop_.Run();
75 run_loop_.Quit();
91 base::RunLoop run_loop_; member in class:cc::__anon2713::SynchronousOutputSurfaceLayerTreeHost
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddownload_protection_service_unittest.cc136 run_loop_.Quit();
142 run_loop_.Run();
149 base::RunLoop run_loop_; member in class:safe_browsing::__anon4578::TestURLFetcherWatcher
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager_unittest.cc406 run_loop_->Quit();
438 void ResetRunLoop() { run_loop_.reset(new base::RunLoop()); }
441 void WaitForAsyncFormSubmit() { run_loop_->Run(); }
488 scoped_ptr<base::RunLoop> run_loop_; member in class:autofill::__anon6317::TestAutofillManager
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc195 run_loop_.reset(new base::RunLoop());
196 run_loop_->Run();
280 if (wait_until_event_ == gesture->type() && run_loop_) {
281 run_loop_->Quit();
288 scoped_ptr<base::RunLoop> run_loop_; member in class:aura::test::__anon16578::GestureEventConsumeDelegate
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc566 base::RunLoop run_loop_; member in class:policy::__anon4412::TestAddAppWindowObserver
584 run_loop_.Quit();
588 run_loop_.Run();
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_browsertest.cc222 run_loop_.Run();
258 run_loop_.Quit();
262 base::RunLoop run_loop_; member in class:prerender::__anon4458::ChannelDestructionWatcher

Completed in 7113 milliseconds

12345