Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A DHTMLtree.c303 static const char* const htmlBooleanAttrs[] = { variable
325 while (htmlBooleanAttrs[i] != NULL) { in htmlIsBooleanAttr()
326 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0) in htmlIsBooleanAttr()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A DHTMLtree.c303 static const char* const htmlBooleanAttrs[] = { variable
323 while (htmlBooleanAttrs[i] != NULL) { in htmlIsBooleanAttr()
324 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0) in htmlIsBooleanAttr()