Searched defs:ParseXml (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
H A Dcontent_description.cc213 scoped_ptr<ContentDescription> ContentDescription::ParseXml( function in class:remoting::protocol::ContentDescription
H A Djingle_messages.cc155 bool JingleMessage::ParseXml(const buzz::XmlElement* stanza, function in class:remoting::protocol::JingleMessage
236 description = ContentDescription::ParseXml(description_tag);
/external/chromium_org/sync/tools/testserver/
H A Dxmppserver.py36 def ParseXml(xml_string): function
65 ParseXml() (i.e., a root element).
148 stanza = ParseXml(xml_text)
211 _AUTH_STANZA = ParseXml(
221 _AUTH_SUCCESS_STANZA = ParseXml(
225 _AUTH_FAILURE_STANZA = ParseXml(
229 _BIND_STANZA = ParseXml(
238 _BIND_RESULT_STANZA = ParseXml(
248 _IQ_RESPONSE_STANZA = ParseXml('<iq id="" type="result"/>')
375 _IQ_RESPONSE_STANZA = ParseXml('<i
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.cc194 XmlParser::ParseXml(XmlParseHandler *pxph, std::string text) { function in class:buzz::XmlParser
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlparser.cc177 XmlParser::ParseXml(XmlParseHandler *pxph, std::string text) { function in class:buzz::XmlParser

Completed in 1928 milliseconds