OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IqResponse
(Results
1 - 8
of
8
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengine.h
134
virtual void
IqResponse
(XmppIqCookie cookie, const XmlElement * pelStanza) = 0;
xmppengineimpl_iq.cc
268
iq_entry->iq_handler_->
IqResponse
(iq_entry, element);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
rostermoduleimpl.h
265
virtual void
IqResponse
(XmppIqCookie cookie, const XmlElement * stanza);
xmppengine.h
142
virtual void
IqResponse
(XmppIqCookie cookie, const XmlElement * pelStanza) = 0;
xmppengine_unittest.cc
34
virtual void
IqResponse
(XmppIqCookie, const XmlElement * stanza) {
xmppengineimpl_iq.cc
268
iq_entry->iq_handler_->
IqResponse
(iq_entry, element);
chatroommoduleimpl.cc
77
virtual void
IqResponse
(XmppIqCookie cookie, const XmlElement * pelStanza) {UNUSED2(cookie, pelStanza);}
rostermoduleimpl.cc
819
XmppRosterModuleImpl::
IqResponse
(XmppIqCookie, const XmlElement * stanza) {
Completed in 154 milliseconds