Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A DHTMLparser.c1171 static const char *const htmlScriptAttributes[] = { variable
1621 i < sizeof(htmlScriptAttributes)/sizeof(htmlScriptAttributes[0]); in htmlIsScriptAttribute()
1623 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()
H A DNEWS2292 Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DHTMLparser.c1256 static const char *const htmlScriptAttributes[] = { variable
1672 i < sizeof(htmlScriptAttributes)/sizeof(htmlScriptAttributes[0]); in htmlIsScriptAttribute()
1674 if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i])) in htmlIsScriptAttribute()
H A DNEWS1945 Fix an typo 'onrest' in htmlScriptAttributes (Daniel Veillard),