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

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlprinter.cc39 class XmlPrinterImpl { class in namespace:buzz
41 XmlPrinterImpl(std::ostream * pout,
61 XmlPrinterImpl printer(pout, xmlns, xmlnsCount);
65 XmlPrinterImpl::XmlPrinterImpl(std::ostream * pout, function in class:buzz::XmlPrinterImpl
76 XmlPrinterImpl::PrintElement(const XmlElement * element) {
151 XmlPrinterImpl::PrintQuotedValue(const std::string & text) {
173 XmlPrinterImpl::PrintBodyText(const std::string & text) {
194 XmlPrinterImpl::PrintCDATAText(const std::string & text) {

Completed in 63 milliseconds