xmlTextReaderIsEmptyElement   58 third_party/libxml/chromium/libxml_utils.cc   if (xmlTextReaderIsEmptyElement(reader_)) {
xmlTextReaderIsEmptyElement 11346 third_party/libxml/src/elfgcchack.h #undef xmlTextReaderIsEmptyElement
xmlTextReaderIsEmptyElement 11347 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
xmlTextReaderIsEmptyElement 11349 third_party/libxml/src/elfgcchack.h #ifndef xmlTextReaderIsEmptyElement
xmlTextReaderIsEmptyElement 11350 third_party/libxml/src/elfgcchack.h extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
xmlTextReaderIsEmptyElement 11351 third_party/libxml/src/elfgcchack.h #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
xmlTextReaderIsEmptyElement  158 third_party/libxml/src/include/libxml/xmlreader.h 			xmlTextReaderIsEmptyElement(xmlTextReaderPtr reader);
xmlTextReaderIsEmptyElement 2077 third_party/libxml/src/runtest.c     empty = xmlTextReaderIsEmptyElement(reader);
xmlTextReaderIsEmptyElement 3347 third_party/libxml/src/runtest.c     empty = xmlTextReaderIsEmptyElement(reader);
xmlTextReaderIsEmptyElement 31319 third_party/libxml/src/testapi.c         ret_val = xmlTextReaderIsEmptyElement(reader);
xmlTextReaderIsEmptyElement 1732 third_party/libxml/src/xmllint.c     empty = xmlTextReaderIsEmptyElement(reader);
xmlTextReaderIsEmptyElement 27010 third_party/libxml/src/xmlschemas.c 	    ret = xmlTextReaderIsEmptyElement(vctxt->reader);