Home
last modified time | relevance | path

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

/third_party/libxml2/
DHTMLtree.c307 static const char* htmlBooleanAttrs[] = { variable
327 while (htmlBooleanAttrs[i] != NULL) { in htmlIsBooleanAttr()
328 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0) in htmlIsBooleanAttr()
/third_party/gettext/gnulib-local/lib/libxml/
DHTMLtree.c335 static const char* htmlBooleanAttrs[] = { variable
355 while (htmlBooleanAttrs[i] != NULL) { in htmlIsBooleanAttr()
356 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0) in htmlIsBooleanAttr()
/third_party/chromium/patch/
D0001-cve.patch94486 -static const char* htmlBooleanAttrs[] = {
94487 +static const char* const htmlBooleanAttrs[] = {