HomeSort by relevance Sort by last modified time
    Searched refs:PrintXml (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlprinter.h 41 static void PrintXml(std::ostream * pout, const XmlElement * pelt);
43 static void PrintXml(std::ostream * pout, const XmlElement * pelt,
xmlprinter.cc 54 XmlPrinter::PrintXml(std::ostream * pout, const XmlElement * element) {
55 PrintXml(pout, element, NULL, 0);
59 XmlPrinter::PrintXml(std::ostream * pout, const XmlElement * element,
xmlelement.cc 501 XmlPrinter::PrintXml(pout, this, xmlns, xmlnsCount);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 400 XmlPrinter::PrintXml(output_.get(), element,

Completed in 35 milliseconds