OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmppSessionHandler
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h
102
class
XmppSessionHandler
{
104
virtual ~
XmppSessionHandler
() {}
226
virtual XmppReturnStatus SetSessionHandler(
XmppSessionHandler
* handler) = 0;
xmppengineimpl.h
109
virtual XmppReturnStatus SetSessionHandler(
XmppSessionHandler
* handler);
262
XmppSessionHandler
* session_handler_;
xmppclient.cc
48
public
XmppSessionHandler
,
xmppengineimpl.cc
97
XmppEngineImpl::SetSessionHandler(
XmppSessionHandler
* session_handler) {
Completed in 2884 milliseconds