Searched defs:htmlIsBooleanAttr (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c307 * htmlIsBooleanAttr:
315 htmlIsBooleanAttr(const xmlChar *name) function
690 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) {
H A Delfgcchack.h438 #undef htmlIsBooleanAttr macro
439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias macro
/external/libxml2/
H A DHTMLtree.c315 * htmlIsBooleanAttr:
323 htmlIsBooleanAttr(const xmlChar *name) function
708 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) {
H A Delfgcchack.h438 #undef htmlIsBooleanAttr macro
439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias macro

Completed in 241 milliseconds