Home
last modified time | relevance | path

Searched refs:InternalSendStanza (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpplogintask.cc170 pctx_->InternalSendStanza(&el); in Advance()
236 pctx_->InternalSendStanza(auth); in Advance()
252 pctx_->InternalSendStanza(response); in Advance()
284 pctx_->InternalSendStanza(&iq); in Advance()
313 pctx_->InternalSendStanza(&iq); in Advance()
391 pctx_->InternalSendStanza((*pvecQueuedStanzas_)[i]); in FlushQueuedStanzas()
Dxmppengineimpl.cc247 InternalSendStanza(element); in SendStanza()
363 void XmppEngineImpl::InternalSendStanza(const XmlElement* element) { in InternalSendStanza() function in buzz::XmppEngineImpl
Dxmppengineimpl.h195 void InternalSendStanza(const XmlElement* stanza);