OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XmppConnection
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/jingle/notifier/base/
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.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
...]
/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.
/external/chromium_org/sync/tools/testserver/
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 160 milliseconds