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

12345

/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.h37 RunLoop* run_loop_; member in class:base::MessagePumpForUI
H A Dmessage_loop.cc137 run_loop_(NULL) {
153 run_loop_(NULL) {
161 DCHECK(!run_loop_);
318 if (run_loop_) {
319 run_loop_->quit_when_idle_received_ = true;
327 if (run_loop_) {
361 return run_loop_->run_depth_ > 1;
376 return run_loop_ != NULL;
408 if (run_loop_->dispatcher_ && type() == TYPE_UI) {
410 RunWithDispatcher(this, run_loop_
[all...]
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Dapp_window_waiter.h37 base::RunLoop run_loop_; member in class:chromeos::AppWindowWaiter
/external/chromium_org/components/feedback/
H A Dfeedback_data_unittest.cc86 run_loop_.reset(new base::RunLoop());
87 quit_closure_ = run_loop_->QuitClosure();
88 run_loop_->Run();
96 scoped_ptr<base::RunLoop> run_loop_; member in class:feedback::FeedbackDataTest
H A Dfeedback_uploader_unittest.cc86 if (run_loop_.get())
87 run_loop_->Quit();
98 run_loop_.reset(new base::RunLoop());
99 run_loop_->Run();
103 scoped_ptr<base::RunLoop> run_loop_; member in class:feedback::FeedbackUploaderTest
/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader_unittest.cc45 run_loop_->Quit();
62 run_loop_.reset(new base::RunLoop());
64 run_loop_->Run();
75 scoped_ptr<base::RunLoop> run_loop_; member in class:remoting::AudioPipeReaderTest
/external/chromium_org/remoting/protocol/
H A Dchromium_socket_factory_unittest.cc38 run_loop_.Quit();
51 message_loop_.PostDelayedTask(FROM_HERE, run_loop_.QuitClosure(),
53 run_loop_.Run();
61 base::RunLoop run_loop_; member in class:remoting::protocol::ChromiumSocketFactoryTest
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter_unittest.cc27 run_loop_.Quit();
37 base::RunLoop run_loop_; member in class:SupervisedUserURLFilterTest
46 run_loop_.Run();
72 run_loop_.Run();
86 run_loop_.Run();
104 run_loop_.Run();
119 run_loop_.Run();
135 run_loop_.Run();
147 run_loop_.Run();
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc42 run_loop_.reset(new base::RunLoop);
43 run_loop_->Run();
51 run_loop_->Quit();
55 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon4958::HistoryDataLoadWaiter
73 run_loop_.reset(new base::RunLoop);
74 run_loop_->Run();
79 run_loop_->Quit();
83 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon4958::StoreFlushWaiter
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest.cc63 run_loop_.reset(new base::RunLoop());
69 run_loop_->QuitClosure());
80 run_loop_.reset();
113 base::RunLoop* run_loop() { return run_loop_.get(); }
121 scoped_ptr<base::RunLoop> run_loop_; member in class:message_center::MessageCenterNotificationManagerTest
/external/chromium_org/device/serial/
H A Dserial_service_unittest.cc56 run_loop_.reset(new base::RunLoop);
57 run_loop_->Run();
61 ASSERT_TRUE(run_loop_);
62 message_loop_.PostTask(FROM_HERE, run_loop_->QuitClosure());
103 scoped_ptr<base::RunLoop> run_loop_; member in class:device::SerialServiceTest
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data_unittest.cc107 scoped_ptr<base::RunLoop> run_loop_; member in class:chromeos::ProfileAuthDataTest
147 run_loop_.reset(new base::RunLoop);
151 run_loop_->Run();
156 run_loop_.reset(new base::RunLoop);
160 run_loop_->Run();
220 run_loop_.reset(new base::RunLoop);
223 run_loop_->Run();
280 run_loop_->Quit();
286 run_loop_->Quit();
292 run_loop_
[all...]
H A Dscreenshot_tester.h75 // |run_loop_| and |run_loop_quitter_| are used to synchronize
77 base::RunLoop run_loop_; member in class:chromeos::ScreenshotTester
/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_provider_browsertest.cc136 DCHECK(!run_loop_);
137 run_loop_.reset(new base::RunLoop);
138 run_loop_->Run();
139 run_loop_.reset();
213 if (run_loop_)
214 run_loop_->Quit();
218 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::WebstoreProviderTest
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket_unittest.cc66 : run_loop_(run_loop) {}
69 EXPECT_FALSE(run_loop_);
75 EXPECT_TRUE(run_loop_); variable
76 if (run_loop_)
77 run_loop_->Quit();
78 run_loop_ = NULL;
82 base::RunLoop* run_loop_; member in class:__anon5966::CloseListener
/external/chromium_org/dbus/
H A Dproperty_unittest.cc109 run_loop_->Quit();
116 run_loop_->Quit();
122 run_loop_.reset(new base::RunLoop);
123 run_loop_->Run();
142 run_loop_.reset(new base::RunLoop);
143 run_loop_->Run();
148 scoped_ptr<base::RunLoop> run_loop_; member in class:dbus::PropertyTest
H A Dmock_unittest.cc81 run_loop_->Quit();
87 scoped_ptr<base::RunLoop> run_loop_; member in class:dbus::MockTest
207 run_loop_.reset(new base::RunLoop);
213 run_loop_->Run();
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_mac.cc86 if (reachability_.get() && run_loop_.get()) {
88 run_loop_.get(),
168 run_loop_.reset(CFRunLoopGetCurrent());
169 CFRetain(run_loop_.get());
186 run_loop_,
225 DCHECK_EQ(run_loop_.get(), CFRunLoopGetCurrent());
253 DCHECK_EQ(notifier_mac->run_loop_.get(), CFRunLoopGetCurrent());
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsingle_client_backup_rollback_test.cc88 run_loop_.Quit();
98 run_loop_.QuitClosure(),
100 run_loop_.Run();
109 base::RunLoop run_loop_; member in class:SyncBackendStoppedChecker
128 run_loop_.Quit();
136 run_loop_.Quit();
145 run_loop_.QuitClosure(),
147 run_loop_.Run();
154 base::RunLoop run_loop_; member in class:SyncRollbackChecker
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_reader_unittest.cc48 base::RunLoop run_loop_; member in class:remoting::NativeMessagingReaderTest
69 run_loop_.QuitClosure());
70 run_loop_.Run();
/external/chromium_org/remoting/host/win/
H A Drdp_client_unittest.cc100 base::RunLoop run_loop_; member in class:remoting::RdpClientTest
122 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
170 run_loop_.Run();
/external/chromium_org/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_browsertest.cc127 if (run_loop_)
128 run_loop_->Quit();
285 run_loop_.reset(new base::RunLoop);
286 run_loop_->Run();
297 scoped_ptr<base::RunLoop> run_loop_; member in class:chromeos::UserImageManagerTest
449 run_loop_.reset(new base::RunLoop);
454 run_loop_->Run();
489 run_loop_.reset(new base::RunLoop);
493 run_loop_->Run();
527 run_loop_
[all...]
H A Duser_image_manager_test_util.h48 base::RunLoop run_loop_; member in class:chromeos::test::ImageLoader
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_browsertest_util.cc65 run_loop_.Run();
85 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop_.QuitClosure());
112 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop_.QuitClosure());
134 base::RunLoop run_loop_; member in class:task_manager::browsertest_util::__anon4904::ResourceChangeObserver
/external/chromium_org/device/hid/
H A Dhid_connection_unittest.cc39 run_loop_.Quit();
44 run_loop_.Quit();
48 run_loop_.Run();
60 base::RunLoop run_loop_; member in class:device::__anon8011::TestCompletionCallback

Completed in 4141 milliseconds

12345