OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlPrinterImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc
40
class
XmlPrinterImpl
{
42
XmlPrinterImpl
(std::ostream* pout, XmlnsStack* ns_stack);
60
XmlPrinterImpl
printer(pout, ns_stack);
64
XmlPrinterImpl
::
XmlPrinterImpl
(std::ostream* pout, XmlnsStack* ns_stack)
69
void
XmlPrinterImpl
::PrintElement(const XmlElement* element) {
146
void
XmlPrinterImpl
::PrintQuotedValue(const std::string& text) {
167
void
XmlPrinterImpl
::PrintBodyText(const std::string& text) {
187
void
XmlPrinterImpl
::PrintCDATAText(const std::string& text) {
/external/chromium/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc
39
class
XmlPrinterImpl
{
41
XmlPrinterImpl
(std::ostream * pout,
61
XmlPrinterImpl
printer(pout, xmlns, xmlnsCount);
65
XmlPrinterImpl
::
XmlPrinterImpl
(std::ostream * pout,
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 95 milliseconds