Home
last modified time | relevance | path

Searched refs:htmlIsScriptAttribute (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h144 htmlIsScriptAttribute(const xmlChar *name);
/external/libxml2/
Delfgcchack.h450 #undef htmlIsScriptAttribute
451 extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute __attribute((alias("htmlIsScriptAttri…
453 #ifndef htmlIsScriptAttribute
454 extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute__internal_alias __attribute((visibili…
455 #define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias macro
DHTMLparser.c1552 htmlIsScriptAttribute(const xmlChar *name) { in htmlIsScriptAttribute() function