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

1 2

  /external/chromium_org/base/message_loop/
message_pump_android.cc 60 : run_loop_(NULL) {
72 run_loop_ = new RunLoop();
75 if (!run_loop_->BeforeRun())
97 if (run_loop_) {
98 run_loop_->AfterRun();
99 delete run_loop_;
100 run_loop_ = NULL;
message_pump_android.h 37 RunLoop* run_loop_; member in class:base::MessagePumpForUI
message_loop.cc 146 run_loop_(NULL) {
200 DCHECK(!run_loop_);
317 if (run_loop_) {
318 run_loop_->quit_when_idle_received_ = true;
326 if (run_loop_) {
361 return run_loop_->run_depth_ > 1;
376 return run_loop_ != NULL;
429 if (run_loop_->dispatcher_ && type() == TYPE_UI) {
431 RunWithDispatcher(this, run_loop_->dispatcher_);
440 if (run_loop_->run_depth_ != 1
    [all...]
message_pump_mac.h 82 CFRunLoopRef run_loop() const { return run_loop_; }
155 CFRunLoopRef run_loop_; member in class:base::MessagePumpCFRunLoopBase
255 RunLoop* run_loop_; member in class:base::MessagePumpUIApplication
  /external/chromium_org/chrome/browser/chromeos/extensions/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::__anon6824::DriveMountPointWaiter
  /external/chromium_org/base/
run_loop.cc 56 if (running_ && loop_->run_loop_ == this) {
75 previous_run_loop_ = loop_->run_loop_;
77 loop_->run_loop_ = this;
87 loop_->run_loop_ = previous_run_loop_;
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter_unittest.cc 27 run_loop_.Quit();
37 base::RunLoop run_loop_; member in class:ManagedModeURLFilterTest
50 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/remoting/host/
config_file_watcher_unittest.cc 53 base::RunLoop run_loop_; member in class:remoting::ConfigFileWatcherTest
78 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
110 run_loop_.Run();
134 run_loop_.Run();
local_input_monitor_unittest.cc 43 base::RunLoop run_loop_; member in class:remoting::LocalInputMonitorTest
60 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
87 run_loop_.Run();
video_scheduler_unittest.cc 85 base::RunLoop run_loop_; member in class:remoting::VideoSchedulerTest
111 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
188 run_loop_.Run();
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_manager_unittest.cc 87 message_loop_->PostTask(FROM_HERE, run_loop_.QuitClosure());
113 base::RunLoop run_loop_; member in class:content::MediaStreamManagerTest
124 run_loop_.Run();
160 run_loop_.Run();
171 run_loop_.Run();
  /external/chromium_org/chrome/browser/ui/app_list/search/
webstore_provider_browsertest.cc 73 DCHECK(!run_loop_);
74 run_loop_.reset(new base::RunLoop);
75 run_loop_->Run();
76 run_loop_.reset();
119 if (run_loop_)
120 run_loop_->Quit();
124 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::WebstoreProviderTest
history_unittest.cc 46 run_loop_.reset(new base::RunLoop);
47 run_loop_->Run();
54 run_loop_->Quit();
59 run_loop_->Quit();
63 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon8371::HistoryDataLoadWaiter
87 run_loop_.reset(new base::RunLoop);
88 run_loop_->Run();
93 run_loop_->Quit();
97 run_loop_->Quit();
101 scoped_ptr<base::RunLoop> run_loop_; member in class:app_list::test::__anon8371::StoreFlushWaiter
    [all...]
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/remoting/jingle_glue/
chromium_socket_factory_unittest.cc 36 run_loop_.Quit();
41 base::RunLoop run_loop_; member in class:remoting::ChromiumSocketFactoryTest
70 message_loop_.PostDelayedTask(FROM_HERE, run_loop_.QuitClosure(),
72 run_loop_.Run();
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 72 run_loop_.reset(new base::RunLoop());
82 run_loop_->QuitClosure());
89 run_loop_.reset();
110 base::RunLoop* run_loop() { return run_loop_.get(); }
115 scoped_ptr<base::RunLoop> run_loop_; member in class:message_center::MessageCenterNotificationManagerTest
  /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:__anon9455::CloseListener
  /external/chromium_org/net/base/
network_change_notifier_mac.cc 86 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());
  /external/chromium_org/remoting/host/setup/
native_messaging_reader_unittest.cc 50 base::RunLoop run_loop_; member in class:remoting::NativeMessagingReaderTest
77 run_loop_.QuitClosure());
78 run_loop_.Run();
  /external/chromium_org/remoting/host/win/
rdp_client_unittest.cc 99 base::RunLoop run_loop_; member in class:remoting::RdpClientTest
122 message_loop_.message_loop_proxy(), run_loop_.QuitClosure());
169 run_loop_.Run();
  /external/chromium/base/
message_pump_mac.h 76 CFRunLoopRef run_loop() const { return run_loop_; }
145 CFRunLoopRef run_loop_; member in class:base::MessagePumpCFRunLoopBase
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 125 : run_loop_(CFRunLoopGetCurrent()),
134 CFRunLoopAddSource(run_loop_, wake_up_, kCFRunLoopCommonModes);
146 ASSERT(CFRunLoopGetCurrent() == run_loop_);
190 CFRunLoopWakeUp(run_loop_);
195 ASSERT(run_loop_ == CFRunLoopGetCurrent());
196 CFRunLoopStop(run_loop_);
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 27 run_loop_.reset(new base::RunLoop());
28 closure_ = run_loop_->QuitClosure();
32 run_loop_.reset();
39 base::RunLoop* run_loop() const { return run_loop_.get(); }
45 scoped_ptr<base::RunLoop> run_loop_; member in class:message_center::__anon16802::MessageCenterImplTest
  /external/chromium_org/sync/test/accounts_client/
test_accounts_client.cc 40 success_(false), run_loop_(run_loop) {}
59 run_loop_->Quit();
68 base::RunLoop* run_loop_; member in class:AccountsRequestDelegate
  /external/chromium_org/webkit/child/
worker_task_runner.cc 33 : id_(id), run_loop_(loop) {
36 WebWorkerRunLoop run_loop_; member in struct:webkit_glue::WorkerTaskRunner::ThreadLocalState

Completed in 706 milliseconds

1 2