HomeSort by relevance Sort by last modified time
    Searched refs:htmlBooleanAttrs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 299 static const char* htmlBooleanAttrs[] = {
319 while (htmlBooleanAttrs[i] != NULL) {
320 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0)
  /external/libxml2/
HTMLtree.c 307 static const char* htmlBooleanAttrs[] = {
327 while (htmlBooleanAttrs[i] != NULL) {
328 if (xmlStrcasecmp((const xmlChar *)htmlBooleanAttrs[i], name) == 0)
    [all...]

Completed in 163 milliseconds