HomeSort by relevance Sort by last modified time
    Searched defs:XmppPump (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpppump.cc 28 #include "talk/xmpp/xmpppump.h"
34 XmppPump::XmppPump(XmppPumpNotify * notify) {
40 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs,
45 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange);
51 void XmppPump::DoDisconnect() {
57 void XmppPump::OnStateChange(buzz::XmppEngine::State state) {
65 void XmppPump::WakeTasks() {
69 int64 XmppPump::CurrentTime() {
73 void XmppPump::OnMessage(rtc::Message *pmsg)
    [all...]
xmpppump.h 49 class XmppPump : public rtc::MessageHandler, public rtc::TaskRunner {
51 XmppPump(buzz::XmppPumpNotify * notify = NULL);

Completed in 1108 milliseconds