Searched refs:MSG_DISCONNECT (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppthread.cc35 const uint32 MSG_DISCONNECT = 2; member in namespace:__anon3361
63 Post(this, MSG_DISCONNECT);
75 } else if (pmsg->message_id == MSG_DISCONNECT) {
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppthread.cc37 const uint32 MSG_DISCONNECT = 2; member in namespace:buzz::__anon12250
66 Post(this, MSG_DISCONNECT);
79 } else if (pmsg->message_id == MSG_DISCONNECT) {
/external/chromium_org/third_party/libjingle/source/talk/examples/plus/
H A Dlibjingleplus.cc53 MSG_DISCONNECT, enumerator in enum:__anon12205
103 worker_thread_->Send(this, MSG_DISCONNECT);
113 case MSG_DISCONNECT:

Completed in 126 milliseconds