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

  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.cc 28 #include "talk/examples/login/xmpppump.h"
31 XmppPump::XmppPump(XmppPumpNotify * notify) {
37 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs,
42 client_->SignalStateChange.connect(this, &XmppPump::OnStateChange);
48 void XmppPump::DoDisconnect() {
54 void XmppPump::OnStateChange(buzz::XmppEngine::State state) {
62 void XmppPump::WakeTasks() {
66 int64 XmppPump::CurrentTime() {
70 void XmppPump::OnMessage(talk_base::Message *pmsg)
    [all...]
xmpppump.h 47 class XmppPump : public talk_base::MessageHandler, public talk_base::TaskRunner {
49 XmppPump(XmppPumpNotify * notify = NULL);

Completed in 110 milliseconds