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

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlprinter.h 39 class XmlPrinter {
xmlprinter.cc 33 #include "talk/xmllite/xmlprinter.h"
54 XmlPrinter::PrintXml(std::ostream * pout, const XmlElement * element) {
59 XmlPrinter::PrintXml(std::ostream * pout, const XmlElement * element,
xmlelement.cc 38 #include "talk/xmllite/xmlprinter.h"
501 XmlPrinter::PrintXml(pout, this, xmlns, xmlnsCount);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.cc 38 #include "talk/xmllite/xmlprinter.h"
399 // TODO: consider caching the XmlPrinter
400 XmlPrinter::PrintXml(output_.get(), element,

Completed in 2512 milliseconds