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

1 2 3 4

  /external/chromium_org/content/test/
frame_load_waiter.h 25 base::RunLoop run_loop_; member in class:content::FrameLoadWaiter
  /external/chromium_org/base/message_loop/
message_pump_android.h 37 RunLoop* run_loop_; member in class:base::MessagePumpForUI
  /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.h 37 base::RunLoop run_loop_; member in class:chromeos::AppWindowWaiter
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_test_util.h 48 base::RunLoop run_loop_; member in class:chromeos::test::ImageLoader
  /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();
  /external/chromium_org/net/base/
network_change_notifier_mac.h 71 base::ScopedCFTypeRef<CFRunLoopRef> run_loop_; member in class:net::NetworkChangeNotifierMac
  /external/chromium_org/remoting/host/
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();
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();
  /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/third_party/libjingle/source/talk/base/
macsocketserver.h 70 CFRunLoopRef run_loop_; member in class:talk_base::MacCFSocketServer
  /external/chromium_org/third_party/webrtc/base/
macsocketserver.h 76 CFRunLoopRef run_loop_; member in class:rtc::MacCFSocketServer
  /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/remoting/host/linux/
audio_pipe_reader_unittest.cc 45 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/jingle_glue/
chromium_socket_factory_unittest.cc 37 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
  /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/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/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/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/test/chromedriver/net/
websocket_unittest.cc 66 : 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:__anon10518::CloseListener
  /external/chromium_org/components/feedback/
feedback_data_unittest.cc 86 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
feedback_uploader_unittest.cc 86 if (run_loop_.get())
87 run_loop_->Quit();
98 run_loop_.reset(new base::RunLoop());
99 run_loop_->Run();
103 scoped_ptr<base::RunLoop> run_loop_; member in class:feedback::FeedbackUploaderTest
  /external/chromium_org/components/gcm_driver/
fake_gcm_app_handler.h 54 scoped_ptr<base::RunLoop> run_loop_; member in class:gcm::FakeGCMAppHandler
  /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/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...]

Completed in 581 milliseconds

1 2 3 4