Searched defs:run_loop_ (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/content/test/
H A Dframe_load_waiter.h25 base::RunLoop run_loop_; member in class:content::FrameLoadWaiter
/external/chromium_org/base/message_loop/
H A Dmessage_pump_android.h37 RunLoop* run_loop_; member in class:base::MessagePumpForUI
/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/chrome/browser/chromeos/login/users/avatar/
H A Duser_image_manager_test_util.h48 base::RunLoop run_loop_; member in class:chromeos::test::ImageLoader
/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::__anon3086::DriveMountPointWaiter
/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/net/base/
H A Dnetwork_change_notifier_mac.h71 base::ScopedCFTypeRef<CFRunLoopRef> run_loop_; member in class:net::NetworkChangeNotifierMac
/external/chromium_org/remoting/host/
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 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();
/external/chromium_org/sync/internal_api/
H A Dsync_core_proxy_impl_unittest.cc51 base::RunLoop run_loop_; local
52 run_loop_.RunUntilIdle();
62 base::RunLoop run_loop_; local
63 run_loop_.RunUntilIdle();
73 base::RunLoop run_loop_; local
74 run_loop_.RunUntilIdle();
86 base::RunLoop run_loop_; local
87 run_loop_.RunUntilIdle();
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacsocketserver.h70 CFRunLoopRef run_loop_; member in class:talk_base::MacCFSocketServer
/external/chromium_org/third_party/webrtc/base/
H A Dmacsocketserver.h76 CFRunLoopRef run_loop_; member in class:rtc::MacCFSocketServer
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notifications_unittest_win.cc41 run_loop_.reset(new base::RunLoop());
51 run_loop_->QuitClosure());
58 run_loop_.reset();
82 base::RunLoop* run_loop() { return run_loop_.get(); }
87 scoped_ptr<base::RunLoop> run_loop_; member in class:message_center::MessageCenterNotificationManagerTest
/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/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/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:__anon5898::CloseListener
/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
/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_app_handler.h54 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::FakeGCMAppHandler
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager_unittest.cc96 message_loop_->PostTask(FROM_HERE, run_loop_.QuitClosure());
121 base::RunLoop run_loop_; member in class:content::MediaStreamManagerTest
132 run_loop_.Run();
139 run_loop_.RunUntilIdle();
169 run_loop_.Run();
180 run_loop_.Run();
/external/chromium_org/content/public/test/
H A Dtest_utils.h89 base::RunLoop run_loop_; member in class:content::MessageLoopRunner
/external/chromium_org/media/cast/transport/
H A Dcast_transport_sender_impl_unittest.cc77 run_loop_.Quit();
89 base::RunLoop run_loop_; member in class:media::cast::transport::CastTransportSenderImplTest
96 run_loop_.QuitClosure(),
98 run_loop_.Run();
105 run_loop_.QuitClosure(),
107 run_loop_.Run();
/external/chromium_org/mojo/public/cpp/environment/tests/
H A Dasync_waiter_unittest.cc63 RunLoop run_loop_; member in class:mojo::__anon8226::AsyncWaiterTest
/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/jingle_glue/
H A Dchromium_socket_factory_unittest.cc37 run_loop_.Quit();
50 message_loop_.PostDelayedTask(FROM_HERE, run_loop_.QuitClosure(),
52 run_loop_.Run();
60 base::RunLoop run_loop_; member in class:remoting::ChromiumSocketFactoryTest

Completed in 757 milliseconds

1234