Searched refs:htmlNodeListDumpOutput (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/ |
D | HTMLtree.c | 754 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeListDumpOutput() function 927 htmlNodeListDumpOutput(buf, doc, cur->children, encoding, format); in htmlNodeDumpFormatOutput() 998 htmlNodeListDumpOutput(buf, cur, cur->children, encoding, format); in htmlDocContentDumpFormatOutput()
|
/external/chromium_org/third_party/libxml/src/ |
D | HTMLtree.c | 756 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeListDumpOutput() function 929 htmlNodeListDumpOutput(buf, doc, cur->children, encoding, format); in htmlNodeDumpFormatOutput() 1000 htmlNodeListDumpOutput(buf, cur, cur->children, encoding, format); in htmlDocContentDumpFormatOutput()
|