Searched refs:run_loop_ (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Ddrive_test_util.cc35 // Note that it is OK for |run_loop_.Quit| to be called before
36 // |run_loop_.Run|. In this case |Run| will return immediately.
37 run_loop_.Quit();
42 run_loop_.Run();
47 base::RunLoop run_loop_; member in class:file_manager::test_util::__anon4570::DriveMountPointWaiter
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.cc60 : run_loop_(NULL) {
72 run_loop_ = new RunLoop();
75 if (!run_loop_->BeforeRun())
98 if (run_loop_) {
99 run_loop_->AfterRun();
100 delete run_loop_;
101 run_loop_ = NULL;
H A Dmessage_pump_android.h37 RunLoop* run_loop_; member in class:base::MessagePumpForUI
/external/chromium_org/mojo/public/utility/
H A Drun_loop_unittest.cc77 RemoveOnReadyRunLoopHandler() : run_loop_(NULL) {
81 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
85 run_loop_->RemoveHandler(handle);
90 RunLoop* run_loop_; member in class:mojo::utility::__anon9055::RemoveOnReadyRunLoopHandler
112 QuitOnReadyRunLoopHandler() : run_loop_(NULL) {
116 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
120 run_loop_->Quit();
125 RunLoop* run_loop_; member in class:mojo::utility::__anon9055::QuitOnReadyRunLoopHandler
147 QuitOnErrorRunLoopHandler() : run_loop_(NULL) {
151 void set_run_loop(RunLoop* run_loop) { run_loop_
160 RunLoop* run_loop_; member in class:mojo::utility::__anon9055::QuitOnErrorRunLoopHandler
[all...]
H A Dbindings_support_impl_unittest.cc48 run_loop_.reset(new RunLoop);
51 run_loop_.reset();
58 scoped_ptr<RunLoop> run_loop_; member in class:mojo::utility::__anon9053::BindingsSupportImplTest
/external/chromium_org/base/
H A Drun_loop.cc58 if (running_ && loop_->run_loop_ == this) {
77 previous_run_loop_ = loop_->run_loop_;
79 loop_->run_loop_ = this;
89 loop_->run_loop_ = previous_run_loop_;
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dpeople_provider_browsertest.cc198 DCHECK(!run_loop_);
199 run_loop_.reset(new base::RunLoop);
200 run_loop_->Run();
201 run_loop_.reset();
235 if (run_loop_)
236 run_loop_->Quit();
240 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::PeopleProviderTest
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher_unittest.cc53 base::RunLoop run_loop_; member in class:remoting::ConfigFileWatcherTest
80 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
110 run_loop_.Run();
132 run_loop_.Run();
H A Dlocal_input_monitor_unittest.cc42 base::RunLoop run_loop_; member in class:remoting::LocalInputMonitorTest
59 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
86 run_loop_.Run();
/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_image_manager_test_util.cc61 run_loop_.Run();
69 run_loop_.Quit();
73 run_loop_.Quit();
H A Duser_image_manager_browsertest.cc123 if (run_loop_)
124 run_loop_->Quit();
279 run_loop_.reset(new base::RunLoop);
280 run_loop_->Run();
291 scoped_ptr<base::RunLoop> run_loop_; member in class:chromeos::UserImageManagerTest
428 run_loop_.reset(new base::RunLoop);
433 run_loop_->Run();
467 run_loop_.reset(new base::RunLoop);
471 run_loop_->Run();
504 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/ui/app_list/search/webstore/
H A Dwebstore_provider_browsertest.cc108 DCHECK(!run_loop_);
109 run_loop_.reset(new base::RunLoop);
110 run_loop_->Run();
111 run_loop_.reset();
154 if (run_loop_)
155 run_loop_->Quit();
159 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::WebstoreProviderTest
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_unittest.cc46 run_loop_.reset(new base::RunLoop);
47 run_loop_->Run();
54 run_loop_->Quit();
59 run_loop_->Quit();
63 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon6186::HistoryDataLoadWaiter
87 run_loop_.reset(new base::RunLoop);
88 run_loop_->Run();
93 run_loop_->Quit();
97 run_loop_->Quit();
101 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon6186::StoreFlushWaiter
[all...]
H A Dhistory_data_store_unittest.cc68 run_loop_.reset(new base::RunLoop);
69 run_loop_->Run();
70 run_loop_.reset();
90 if (run_loop_)
91 run_loop_->Quit();
98 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::HistoryDataStoreTest
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager_unittest.cc94 message_loop_->PostTask(FROM_HERE, run_loop_.QuitClosure());
119 base::RunLoop run_loop_; member in class:content::MediaStreamManagerTest
130 run_loop_.Run();
137 run_loop_.RunUntilIdle();
167 run_loop_.Run();
178 run_loop_.Run();
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_url_filter_unittest.cc27 run_loop_.Quit();
37 base::RunLoop run_loop_; member in class:ManagedModeURLFilterTest
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/remoting/jingle_glue/
H A Dchromium_socket_factory_unittest.cc37 run_loop_.Quit();
42 base::RunLoop run_loop_; member in class:remoting::ChromiumSocketFactoryTest
72 message_loop_.PostDelayedTask(FROM_HERE, run_loop_.QuitClosure(),
74 run_loop_.Run();
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest_win.cc73 run_loop_.reset(new base::RunLoop());
83 run_loop_->QuitClosure());
90 run_loop_.reset();
111 base::RunLoop* run_loop() { return run_loop_.get(); }
116 scoped_ptr<base::RunLoop> run_loop_; member in class:message_center::MessageCenterNotificationManagerTest
/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:__anon7320::CloseListener
/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/remoting/host/native_messaging/
H A Dnative_messaging_reader_unittest.cc50 base::RunLoop run_loop_; member in class:remoting::NativeMessagingReaderTest
77 run_loop_.QuitClosure());
78 run_loop_.Run();
/external/chromium_org/remoting/host/win/
H A Drdp_client_unittest.cc100 base::RunLoop run_loop_; member in class:remoting::RdpClientTest
123 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
171 run_loop_.Run();
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc174 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::__anon8798::ConnectionFactoryImplTest
180 run_loop_(new base::RunLoop()) {}
184 run_loop_->Run();
185 run_loop_.reset(new base::RunLoop());
189 if (!run_loop_)
191 run_loop_->Quit();
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacsocketserver.cc125 : run_loop_(CFRunLoopGetCurrent()),
134 CFRunLoopAddSource(run_loop_, wake_up_, kCFRunLoopCommonModes);
146 ASSERT(CFRunLoopGetCurrent() == run_loop_);
190 CFRunLoopWakeUp(run_loop_);
195 ASSERT(run_loop_ == CFRunLoopGetCurrent());
196 CFRunLoopStop(run_loop_);

Completed in 378 milliseconds

123