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

12345

/external/chromium_org/content/public/test/
H A Dframe_load_waiter.h25 base::RunLoop run_loop_; member in class:content::FrameLoadWaiter
H A Dtest_utils.h95 base::RunLoop run_loop_; member in class:content::MessageLoopRunner
/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.cc31 // Note that it is OK for |run_loop_.Quit| to be called before
32 // |run_loop_.Run|. In this case |Run| will return immediately.
33 run_loop_.Quit();
38 run_loop_.Run();
43 base::RunLoop run_loop_; member in class:file_manager::test_util::__anon3162::DriveMountPointWaiter
/external/chromium_org/chrome/browser/chromeos/login/
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/local_discovery/
H A Dprivetv3_session_unittest.cc48 quit_closure_ = run_loop_.QuitClosure();
56 base::RunLoop run_loop_; member in class:local_discovery::__anon4179::PrivetV3SessionTest
64 run_loop_.Run();
75 run_loop_.Run();
/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/test/
H A Dchrome_app_list_test_support.cc34 run_loop_.Run();
42 run_loop_.Quit();
46 base::RunLoop run_loop_; member in class:test::__anon4972::CreateProfileHelper
/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/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/third_party/webrtc/base/
H A Dmacsocketserver.h76 CFRunLoopRef run_loop_; member in class:rtc::MacCFSocketServer
/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_browsertest.cc50 run_loop_.Quit();
57 run_loop_.Run();
65 base::RunLoop run_loop_; member in class:chrome::BitmapFetcherTestDelegate
/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/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/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/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/dbus/
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/device/usb/
H A Dusb_device_handle_unittest.cc63 run_loop_.Quit();
66 void WaitForResult() { run_loop_.Run(); }
74 base::RunLoop run_loop_; member in class:device::__anon8044::TestCompletionCallback

Completed in 4356 milliseconds

12345