Searched refs:run_loop_ (Results 1 - 25 of 113) sorted by last modified time

12345

/external/chromium_org/third_party/webrtc/base/
H A Dmacsocketserver.cc134 : run_loop_(CFRunLoopGetCurrent()),
143 CFRunLoopAddSource(run_loop_, wake_up_, kCFRunLoopCommonModes);
155 ASSERT(CFRunLoopGetCurrent() == run_loop_);
199 CFRunLoopWakeUp(run_loop_);
204 ASSERT(run_loop_ == CFRunLoopGetCurrent());
205 CFRunLoopStop(run_loop_);
H A Dmacsocketserver.h76 CFRunLoopRef run_loop_; member in class:rtc::MacCFSocketServer
/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view_unittest.cc45 run_loop_.reset(new base::RunLoop);
46 run_loop_->Run();
53 run_loop_->Quit();
57 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon16554::GridViewVisibleWaiter
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/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/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/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/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/ui/views/controls/menu/
H A Dmenu_controller_unittest.cc133 EXPECT_TRUE(run_loop_->running());
134 run_loop_->Quit();
147 run_loop_.reset(new base::RunLoop());
148 run_loop_->Run();
225 scoped_ptr<base::RunLoop> run_loop_; member in class:views::MenuControllerTest
/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());
H A Dnetwork_change_notifier_mac.h71 base::ScopedCFTypeRef<CFRunLoopRef> run_loop_; member in class:net::NetworkChangeNotifierMac
/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();
H A Dconfig_file_watcher_unittest.cc53 base::RunLoop run_loop_; member in class:remoting::ConfigFileWatcherTest
79 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
109 run_loop_.Run();
131 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();
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/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/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/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
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/remoting/signaling/
H A Dlog_to_server_unittest.cc51 base::RunLoop run_loop_; member in class:remoting::LogToServerTest
79 run_loop_.RunUntilIdle();
90 run_loop_.RunUntilIdle();
/external/chromium_org/sync/internal_api/
H A Dsync_context_proxy_impl_unittest.cc65 base::RunLoop run_loop_; local
66 run_loop_.RunUntilIdle();
76 base::RunLoop run_loop_; local
77 run_loop_.RunUntilIdle();
87 base::RunLoop run_loop_; local
88 run_loop_.RunUntilIdle();
100 base::RunLoop run_loop_; local
101 run_loop_.RunUntilIdle();
/external/chromium_org/sync/test/accounts_client/
H A Dtest_accounts_client.cc40 success_(false), run_loop_(run_loop) {}
59 run_loop_->Quit();
68 base::RunLoop* run_loop_; member in class:AccountsRequestDelegate
/external/chromium_org/dbus/
H A Dbus_unittest.cc44 run_loop_.reset(new base::RunLoop());
45 run_loop_->Run();
51 run_loop_->Quit();
57 scoped_ptr<base::RunLoop> run_loop_; member in class:dbus::__anon7966::RunLoopWithExpectedCount
H A Dend_to_end_async_unittest.cc81 run_loop_.reset(new base::RunLoop());
82 run_loop_->Run();
97 run_loop_.reset(new base::RunLoop());
98 run_loop_->Run();
115 run_loop_.reset(new base::RunLoop());
116 run_loop_->Run();
179 run_loop_.reset(new base::RunLoop);
180 run_loop_->Run();
196 run_loop_->Quit();
202 run_loop_
265 scoped_ptr<base::RunLoop> run_loop_; member in class:dbus::EndToEndAsyncTest
[all...]

Completed in 446 milliseconds

12345