Home
last modified time | relevance | path

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

/external/libxml2/
DHTMLparser.c1355 static const char *const htmlScriptAttributes[] = { variable
1780 i < sizeof(htmlScriptAttributes)/sizeof(htmlScriptAttributes[0]); in htmlIsScriptAttribute()
1782 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()
DNEWS508 Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),