HomeSort by relevance Sort by last modified time
    Searched refs:XmppConnection (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/jingle/notifier/base/
xmpp_connection.cc 22 XmppConnection::Delegate::~Delegate() {}
49 XmppConnection::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::OnStateChange(buzz::XmppEngine::State state)
    [all...]
xmpp_connection.h 35 class XmppConnection
71 XmppConnection(const buzz::XmppClientSettings& xmpp_client_settings,
80 virtual ~XmppConnection();
100 DISALLOW_COPY_AND_ASSIGN(XmppConnection);
xmpp_connection_unittest.cc 65 class MockXmppConnectionDelegate : public XmppConnection::Delegate {
84 // Clear out any messages posted by XmppConnection's destructor.
88 // Needed by XmppConnection.
96 XmppConnection xmpp_connection(buzz::XmppClientSettings(),
109 XmppConnection xmpp_connection(buzz::XmppClientSettings(),
128 XmppConnection xmpp_connection(
147 XmppConnection xmpp_connection(
160 XmppConnection xmpp_connection(buzz::XmppClientSettings(),
175 XmppConnection xmpp_connection(buzz::XmppClientSettings(),
193 XmppConnection xmpp_connection(buzz::XmppClientSettings()
    [all...]
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.h 27 class SingleLoginAttempt : public XmppConnection::Delegate {
62 // XmppConnection::Delegate implementation.
76 scoped_ptr<XmppConnection> xmpp_connection_;
single_login_attempt.cc 176 new XmppConnection(client_settings,
  /external/chromium/net/tools/testserver/
xmppserver.py 352 class XmppConnection(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.
xmppserver_test.py 190 # XmppConnection delegate methods.
203 xmpp_connection = xmppserver.XmppConnection(
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 243 # XmppConnection delegate methods.
256 xmpp_connection = xmppserver.XmppConnection(
300 xmpp_connection = xmppserver.XmppConnection(
xmppserver.py 364 class XmppConnection(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 557 milliseconds