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

  /external/chromium/chrome/common/
libxml_utils.cc 146 xmlTextWriterStartDocument(writer_, NULL, NULL, NULL);
  /external/collada/src/modules/LIBXMLPlugin/
daeLIBXMLPlugin.cpp 333 xmlTextWriterStartDocument( writer, "1.0", "UTF-8", NULL );
  /external/libxml2/include/libxml/
xmlwriter.h 57 xmlTextWriterStartDocument(xmlTextWriterPtr writer,
  /external/webkit/Source/WebCore/loader/archive/android/
WebArchiveAndroid.cpp 453 int result = xmlTextWriterStartDocument(writer, defaultXmlVersion, defaultEncoding, defaultStandalone);
  /external/libxml2/
xmlwriter.c 504 * xmlTextWriterStartDocument:
515 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version,
525 "xmlTextWriterStartDocument : invalid writer!\n");
532 "xmlTextWriterStartDocument : not allowed in this context!\n");
541 "xmlTextWriterStartDocument : out of memory!\n");
    [all...]
elfgcchack.h     [all...]

Completed in 3060 milliseconds