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

  /external/chromium/chrome/common/
libxml_utils.cc 146 xmlTextWriterStartDocument(writer_, NULL, NULL, NULL);
  /external/libxml2/include/libxml/
xmlwriter.h 57 xmlTextWriterStartDocument(xmlTextWriterPtr writer,
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 454 int result = xmlTextWriterStartDocument(writer, defaultXmlVersion, defaultEncoding, defaultStandalone);
  /external/libxml2/
xmlwriter.c 506 * xmlTextWriterStartDocument:
517 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version,
527 "xmlTextWriterStartDocument : invalid writer!\n");
534 "xmlTextWriterStartDocument : not allowed in this context!\n");
543 "xmlTextWriterStartDocument : out of memory!\n");
    [all...]
elfgcchack.h     [all...]

Completed in 57 milliseconds