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

12345

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility_unittest.cc128 base::RunLoop run_loop_; member in class:SupervisedUserRegistrationUtilityTest
237 run_loop_.Run();
246 run_loop_.Quit();
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_api_unittest.cc56 : run_loop_(run_loop) {}
69 run_loop_->Quit();
88 base::RunLoop* run_loop_; member in class:mojo::__anon8828::TestWindowManagerClient
/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc131 DCHECK(!run_loop_.running());
136 run_loop_.Run();
145 run_loop_.Quit();
151 run_loop_.Quit();
155 base::RunLoop run_loop_; member in class:NotificationWaiter
/external/chromium_org/ui/app_list/views/
H A Dapp_list_view_unittest.cc108 run_loop_->Quit();
131 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon16556::AppListViewTestContext
215 run_loop_.reset(new base::RunLoop);
216 view_->SetNextPaintCallback(run_loop_->QuitClosure());
217 run_loop_->Run();
224 run_loop_.reset(new base::RunLoop);
225 run_loop_->Run();
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc282 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::ConnectionFactoryImplTest
290 run_loop_(new base::RunLoop()) {
300 run_loop_->Run();
301 run_loop_.reset(new base::RunLoop());
305 if (!run_loop_)
307 run_loop_->Quit();
H A Dconnection_handler_impl_unittest.cc114 // Pump |message_loop_|, resetting |run_loop_| after completion.
153 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::__anon8374::GCMConnectionHandlerImplTest
181 run_loop_.reset(new base::RunLoop());
189 run_loop_->RunUntilIdle();
190 run_loop_.reset(new base::RunLoop());
214 run_loop_->Quit();
218 run_loop_->Run();
219 run_loop_.reset(new base::RunLoop());
223 run_loop_->Quit();
228 run_loop_
[all...]
H A Dgcm_store_impl_unittest.cc63 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::__anon8377::GCMStoreImplTest
70 run_loop_.reset(new base::RunLoop());
93 run_loop_->Quit();
94 run_loop_.reset(new base::RunLoop());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_screen_default_policy_browsertest.cc55 base::RunLoop run_loop_; member in class:policy::__anon3425::PrefChangeWatcher
71 run_loop_.Run();
76 run_loop_.Quit();
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar_unittest.cc277 quit_closure_ = run_loop_.QuitClosure();
290 base::RunLoop run_loop_; member in class:browser_sync::__anon4773::SyncBackendRegistrarShutdownTest
347 run_loop_.Run();
/external/chromium_org/remoting/host/
H A Dvideo_scheduler_unittest.cc153 base::RunLoop run_loop_; member in class:remoting::VideoSchedulerTest
179 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
191 run_loop_.Run();
/external/chromium_org/remoting/protocol/
H A Dpairing_registry_unittest.cc86 base::RunLoop run_loop_; member in class:remoting::protocol::PairingRegistryTest
216 .WillOnce(QuitMessageLoop(run_loop_.QuitClosure()));
255 run_loop_.Run();
/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_unittest.cc143 run_loop_->QuitClosure().Run();
147 run_loop_.reset(new base::RunLoop());
148 run_loop_->Run();
197 scoped_ptr<base::RunLoop> run_loop_; member in class:media::VideoCaptureDeviceTest
/external/chromium_org/mojo/public/cpp/environment/tests/
H A Dasync_waiter_unittest.cc63 RunLoop run_loop_; member in class:mojo::__anon8792::AsyncWaiterTest
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl_unittest.cc330 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::GCMClientImplTest
361 run_loop_->Run();
362 run_loop_.reset(new base::RunLoop());
366 run_loop_->RunUntilIdle();
367 run_loop_.reset(new base::RunLoop());
371 if (run_loop_ && run_loop_->running())
372 run_loop_->Quit();
376 run_loop_.reset(new base::RunLoop);
/external/chromium_org/content/public/test/
H A Dtest_utils.cc200 RunThisRunLoop(&run_loop_);
212 GetQuitTaskForRunLoop(&run_loop_).Run();
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_classifier_delegate_browsertest.cc101 run_loop_.reset(new base::RunLoop());
103 quit_closure_ = run_loop_->QuitClosure();
107 content::RunThisRunLoop(run_loop_.get());
112 run_loop_.reset();
130 scoped_ptr<base::RunLoop> run_loop_; member in class:safe_browsing::__anon5840::InterceptingMessageFilter
/external/chromium_org/chrome/browser/
H A Dunload_browsertest.cc461 run_loop_(run_loop) {
472 run_loop_->Quit();
477 base::RunLoop* const run_loop_; member in class:FastTabCloseTabStripModelObserver::base
H A Derrorpage_browsertest.cc229 DCHECK(!run_loop_);
235 run_loop_.reset(new base::RunLoop());
236 run_loop_->Run();
237 run_loop_.reset();
256 run_loop_->Quit();
262 scoped_ptr<base::RunLoop> run_loop_; member in class:__anon3612::LinkDoctorInterceptor
/external/chromium_org/device/test/
H A Dusb_test_gadget_impl.cc99 run_loop_.Run();
103 run_loop_.Quit();
107 base::RunLoop run_loop_; member in class:device::__anon8039::UsbTestGadgetImpl::Delegate
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc255 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::__anon8388::MCSProbe
318 run_loop_.reset(new base::RunLoop());
321 run_loop_->Run();
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc144 base::RunLoop* run_loop_; member in class:__anon4595::MockSafeBrowsingUIManager
147 : SafeBrowsingUIManager(NULL), run_loop_(NULL) {}
153 run_loop_->Quit();
154 run_loop_ = NULL;
163 DCHECK(run_loop_ == NULL);
164 run_loop_ = run_loop;
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc34 run_loop_.reset(new base::RunLoop());
35 closure_ = run_loop_->QuitClosure();
39 run_loop_.reset();
53 base::RunLoop* run_loop() const { return run_loop_.get(); }
99 scoped_ptr<base::RunLoop> run_loop_; member in class:message_center::__anon16950::MessageCenterImplTest
/external/chromium_org/chrome/browser/sessions/
H A Dtab_restore_browsertest.cc58 run_loop_.Run();
68 run_loop_.Quit();
73 base::RunLoop run_loop_; member in class:WaitForLoadObserver
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper_browsertest.cc111 : run_loop_(run_loop) {}
117 run_loop_->Quit();
122 base::RunLoop* const run_loop_; member in class:printing::__anon5836::DidPreviewPageListener::base
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics_unittest.cc202 run_loop_.reset(new base::RunLoop());
207 run_loop_->Run();
215 run_loop_->Quit();
225 scoped_ptr<base::RunLoop> run_loop_; member in class:autofill::__anon6323::TestAutofillManager

Completed in 4445 milliseconds

12345