Searched defs:XmppConnection (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/jingle/notifier/base/
H A Dxmpp_connection.h35 class XmppConnection class in namespace:notifier
71 XmppConnection(const buzz::XmppClientSettings& xmpp_client_settings,
80 virtual ~XmppConnection();
100 DISALLOW_COPY_AND_ASSIGN(XmppConnection);
H A Dxmpp_connection.cc22 XmppConnection::Delegate::~Delegate() {}
49 XmppConnection::XmppConnection( function in class:notifier::XmppConnection
62 this, &XmppConnection::OnStateChange);
64 this, &XmppConnection::OnInputLog);
66 this, &XmppConnection::OnOutputLog);
79 XmppConnection::~XmppConnection() {
85 // We do this because XmppConnection may get destroyed as a result
92 void XmppConnection
[all...]
/external/chromium/net/tools/testserver/
H A Dxmppserver.py352 class XmppConnection(asynchat.async_chat): class in inherits:asynchat.async_chat
482 and spawns off XmppConnection objects for each one.
503 xmpp_connection = XmppConnection(sock, self._socket_map, self, addr)
513 # XmppConnection delegate methods.
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py364 class XmppConnection(asynchat.async_chat): class in inherits:asynchat.async_chat
498 and spawns off XmppConnection objects for each one.
529 xmpp_connection = XmppConnection(
532 # Return the new XmppConnection for testing.
589 # XmppConnection delegate methods.

Completed in 168 milliseconds