Searched refs:run_loop_ (Results 1 - 6 of 6) sorted by relevance

/external/libchrome/base/
H A Drun_loop.cc69 if (running_ && loop_->run_loop_ == this) {
88 previous_run_loop_ = loop_->run_loop_;
90 loop_->run_loop_ = this;
100 loop_->run_loop_ = previous_run_loop_;
/external/libchrome/base/message_loop/
H A Dmessage_loop.cc144 DCHECK(!run_loop_);
303 if (run_loop_) {
304 run_loop_->quit_when_idle_received_ = true;
312 if (run_loop_) {
346 return run_loop_->run_depth_ > 1;
361 return run_loop_ != NULL;
394 run_loop_(NULL),
442 if (run_loop_->dispatcher_ && type() == TYPE_UI) {
444 RunWithDispatcher(this, run_loop_->dispatcher_);
453 if (run_loop_
[all...]
H A Dmessage_pump_mac.h101 CFRunLoopRef run_loop() const { return run_loop_; }
174 CFRunLoopRef run_loop_; member in class:base::MessagePumpCFRunLoopBase
276 RunLoop* run_loop_; member in class:base::MessagePumpUIApplication
H A Dmessage_loop.h524 RunLoop* run_loop_; member in class:base::MessageLoop
/external/webrtc/webrtc/base/
H A Dmacsocketserver.cc142 : run_loop_(CFRunLoopGetCurrent()),
151 CFRunLoopAddSource(run_loop_, wake_up_, kCFRunLoopCommonModes);
163 ASSERT(CFRunLoopGetCurrent() == run_loop_);
207 CFRunLoopWakeUp(run_loop_);
212 ASSERT(run_loop_ == CFRunLoopGetCurrent());
213 CFRunLoopStop(run_loop_);
H A Dmacsocketserver.h76 CFRunLoopRef run_loop_; member in class:rtc::MacCFSocketServer

Completed in 174 milliseconds