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

  /external/chromium/chrome/common/
libxml_utils.h 133 void StartIndenting() { xmlTextWriterSetIndent(writer_, 1); }
136 void StopIndenting() { xmlTextWriterSetIndent(writer_, 0); }
libxml_utils.cc 145 xmlTextWriterSetIndent(writer_, 1);
metrics_helpers.cc 64 int result = xmlTextWriterSetIndent(writer_, 2);
  /external/chromium_org/third_party/libxml/chromium/
libxml_utils.h 119 void StartIndenting() { xmlTextWriterSetIndent(writer_, 1); }
122 void StopIndenting() { xmlTextWriterSetIndent(writer_, 0); }
libxml_utils.cc 115 xmlTextWriterSetIndent(writer_, 1);
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlwriter.h 469 xmlTextWriterSetIndent(xmlTextWriterPtr writer, int indent);
  /external/libxml2/include/libxml/
xmlwriter.h 469 xmlTextWriterSetIndent(xmlTextWriterPtr writer, int indent);
  /external/chromium_org/third_party/libxml/src/
xmlwriter.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/
xmlwriter.c     [all...]
elfgcchack.h     [all...]

Completed in 132 milliseconds