HomeSort by relevance Sort by last modified time
    Searched refs:run_loop_ (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/chromium_org/content/test/
frame_load_waiter.cc 18 run_loop_.Run();
24 base::MessageLoop::current()->PostTask(FROM_HERE, run_loop_.QuitClosure());
frame_load_waiter.h 25 base::RunLoop run_loop_; member in class:content::FrameLoadWaiter
  /external/chromium_org/components/gcm_driver/
fake_gcm_app_handler.cc 19 run_loop_.reset(new base::RunLoop);
20 run_loop_->Run();
21 run_loop_.reset();
33 if (run_loop_)
34 run_loop_->Quit();
41 if (run_loop_)
42 run_loop_->Quit();
52 if (run_loop_)
53 run_loop_->Quit();
  /external/chromium_org/sync/internal_api/
sync_core_proxy_impl_unittest.cc 51 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/chrome/browser/chromeos/file_manager/
drive_test_util.cc 35 // 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::__anon7706::DriveMountPointWaiter
  /external/chromium_org/chrome/browser/chromeos/login/test/
app_window_waiter.cc 26 run_loop_.Run();
32 if (!run_loop_.running())
37 run_loop_.Quit();
app_window_waiter.h 37 base::RunLoop run_loop_; member in class:chromeos::AppWindowWaiter
  /external/chromium_org/base/message_loop/
message_pump_android.cc 87 : run_loop_(NULL) {
99 run_loop_ = new RunLoop();
102 if (!run_loop_->BeforeRun())
125 if (run_loop_) {
126 run_loop_->AfterRun();
127 delete run_loop_;
128 run_loop_ = NULL;
message_pump_android.h 37 RunLoop* run_loop_; member in class:base::MessagePumpForUI
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 77 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::__anon12853::RemoveOnReadyRunLoopHandler
113 QuitOnReadyRunLoopHandler() : run_loop_(NULL) {
117 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop; }
121 run_loop_->Quit();
126 RunLoop* run_loop_; member in class:mojo::__anon12853::QuitOnReadyRunLoopHandler
149 QuitOnErrorRunLoopHandler() : run_loop_(NULL) {
153 void set_run_loop(RunLoop* run_loop) { run_loop_ = run_loop;
163 RunLoop* run_loop_; member in class:mojo::__anon12853::QuitOnErrorRunLoopHandler
    [all...]
  /external/chromium_org/media/cast/transport/
cast_transport_sender_impl_unittest.cc 77 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/base/
run_loop.cc 60 if (running_ && loop_->run_loop_ == this) {
79 previous_run_loop_ = loop_->run_loop_;
81 loop_->run_loop_ = this;
91 loop_->run_loop_ = previous_run_loop_;
  /external/chromium_org/chrome/browser/ui/app_list/search/people/
people_provider_browsertest.cc 198 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/content/browser/webui/
web_ui_mojo_browsertest.cc 60 : run_loop_(run_loop) {
74 base::RunLoop* run_loop_; member in class:content::__anon11764::BrowserTargetImpl
94 run_loop_->Quit();
106 run_loop_(run_loop) {
114 base::RunLoop* run_loop_; member in class:content::__anon11764::TestWebUIController
133 new PingBrowserTargetImpl(pipe.handle0.Pass(), run_loop_));
144 TestWebUIControllerFactory() : run_loop_(NULL) {}
146 void set_run_loop(base::RunLoop* run_loop) { run_loop_ = run_loop; }
151 return new PingTestWebUIController(web_ui, run_loop_);
168 base::RunLoop* run_loop_; member in class:content::__anon11764::TestWebUIControllerFactory
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc 132 if (run_loop_)
133 run_loop_->Quit();
139 if (run_loop_)
140 run_loop_->Quit();
168 scoped_ptr<base::RunLoop> run_loop_; member in class:extensions::NativeMessagingTest
187 run_loop_.reset(new base::RunLoop());
188 run_loop_->RunUntilIdle();
191 run_loop_.reset(new base::RunLoop());
193 run_loop_->Run();
262 run_loop_.reset(new base::RunLoop())
    [all...]
  /external/chromium_org/remoting/host/
config_file_watcher_unittest.cc 53 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();
local_input_monitor_unittest.cc 42 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/users/avatar/
user_image_manager_test_util.cc 61 run_loop_.Run();
69 run_loop_.Quit();
73 run_loop_.Quit();
user_image_manager_test_util.h 48 base::RunLoop run_loop_; member in class:chromeos::test::ImageLoader
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 41 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/webstore/
webstore_provider_browsertest.cc 108 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/chromeos/net/
network_portal_detector_impl_browsertest.cc 59 TestObserver() : run_loop_(new base::RunLoop()) {
68 run_loop_->Run();
69 run_loop_.reset(new base::RunLoop());
77 MessageLoop::current()->PostTask(FROM_HERE, run_loop_->QuitClosure());
83 MessageLoop::current()->PostTask(FROM_HERE, run_loop_->QuitClosure());
87 scoped_ptr<base::RunLoop> run_loop_; member in class:chromeos::__anon7897::TestObserver
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store_unittest.cc 68 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/
media_stream_manager_unittest.cc 96 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/chrome/browser/supervised_user/
supervised_user_url_filter_unittest.cc 27 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();

Completed in 1220 milliseconds

1 2 3 4