HomeSort by relevance Sort by last modified time
    Searched refs:pump_ (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
xmppthread.h 28 buzz::XmppClient* client() { return pump_->client(); }
36 buzz::XmppPump* pump_; member in class:buzz::XmppThread
xmppthread.cc 32 pump_ = new buzz::XmppPump(this);
37 delete pump_;
59 pump_->DoLogin(data->xcs, new XmppSocket(buzz::TLS_DISABLED),
63 pump_->DoDisconnect();
  /external/libchrome/base/message_loop/
message_pump_libevent.h 66 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
67 MessagePumpLibevent* pump() const { return pump_; }
75 MessagePumpLibevent* pump_; member in class:base::MessagePumpLibevent::FileDescriptorWatcher
message_loop.cc 93 // If |pump_| is non-null, this message loop has been bound and should be the
97 DCHECK((pump_ && current() == this) || (!pump_ && current() != this));
241 pump_->Quit();
266 pump_->ScheduleWork();
335 DCHECK(!pump_);
337 pump_ = pump_factory_.Run();
339 pump_ = CreateMessagePumpForType(type_);
387 pump_->Run(this);
496 pump_->ScheduleWork()
    [all...]
message_loop.h 208 pump_->SetTimerSlack(timer_slack);
335 std::unique_ptr<MessagePump> pump_; member in class:base::MessageLoop
448 // if type_ is TYPE_CUSTOM and pump_ is null.
547 // data that you need should be stored on the MessageLoop's pump_ instance.
625 // data that you need should be stored on the MessageLoop's pump_ instance.
message_pump_libevent.cc 49 pump_(NULL),
72 pump_ = NULL;

Completed in 865 milliseconds