HomeSort by relevance Sort by last modified time
    Searched defs:pump_ (Results 1 - 3 of 3) 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
  /external/libchrome/base/message_loop/
message_pump_libevent.h 77 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; }
78 MessagePumpLibevent* pump() const { return pump_; }
86 MessagePumpLibevent* pump_; member in class:base::MessagePumpLibevent::FileDescriptorWatcher
message_loop.h 277 pump_->SetTimerSlack(timer_slack);
400 scoped_ptr<MessagePump> pump_; member in class:base::MessageLoop
517 // if type_ is TYPE_CUSTOM and pump_ is null.
606 // data that you need should be stored on the MessageLoop's pump_ instance.
686 // data that you need should be stored on the MessageLoop's pump_ instance.

Completed in 3445 milliseconds