Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1124 static const char *const htmlScriptAttributes[] = { variable
1563 i < sizeof(htmlScriptAttributes)/sizeof(htmlScriptAttributes[0]); in htmlIsScriptAttribute()
1565 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()