Searched refs:element_original (Results 1 – 3 of 3) sorted by relevance
184 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() argument191 XmlElement error_element(element_original->Name()); in SendStanzaError()195 for (const XmlAttr * attribute = element_original->FirstAttr(); in SendStanzaError()208 for (const XmlChild * child = element_original->FirstChild(); in SendStanzaError()
55 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() argument60 return GetClient()->SendStanzaError(element_original, code, text); in SendStanzaError()
131 XmppReturnStatus SendStanzaError(const XmlElement* element_original,