Searched refs:SendStanzaError (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmpptask.h | 80 virtual XmppReturnStatus SendStanzaError(const XmlElement* original_stanza, 148 XmppReturnStatus SendStanzaError(const XmlElement* element_original,
|
D | xmpptask.cc | 72 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() function in buzz::XmppTask 77 return GetClient()->SendStanzaError(element_original, code, text); in SendStanzaError()
|
D | fakexmppclient.h | 81 virtual XmppReturnStatus SendStanzaError( in SendStanzaError() function
|
D | xmppclient.h | 119 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppclient.cc | 345 XmppReturnStatus XmppClient::SendStanzaError( in SendStanzaError() function in buzz::XmppClient 348 return d_->engine_->SendStanzaError(old_stanza, xse, message); in SendStanzaError()
|
D | xmppengine.h | 303 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppengineimpl.h | 172 virtual XmppReturnStatus SendStanzaError(const XmlElement* pelOriginal,
|
D | xmppengineimpl_iq.cc | 201 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() function in buzz::XmppEngineImpl
|
D | xmppengineimpl.cc | 331 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()
|