Home
last modified time | relevance | path

Searched refs:indentString (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/cortex/Persistence/
H A DExportContext.cpp101 out << "\n" << indentString() << '<' << name; in beginElement()
132 out << "\n" << indentString() << "</" << entry.name.String() << ">"; in endElement()
177 out << "\n" << indentString() << key;\
319 const char* ExportContext::indentString() const { in indentString() function in ExportContext
H A Dxml_export_utils.h77 stream << endl << context.indentString() << key; in write_attr()
H A DExportContext.h194 const char* indentString() const;
/haiku/src/apps/cortex/Persistence/Wrappers/
H A DFlatMessageIO.cpp136 context.writeString(context.indentString()); in xmlExportContent()
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp381 comment << context.indentString(); in xmlExportContent()