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

  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLtree.h 137 htmlIsBooleanAttr (const xmlChar *name);
  /external/libxml2/include/libxml/
HTMLtree.h 137 htmlIsBooleanAttr (const xmlChar *name);
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 307 * htmlIsBooleanAttr:
315 htmlIsBooleanAttr(const xmlChar *name)
690 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) {
xmlsave.c     [all...]
SAX2.c 1110 (value == NULL) && (htmlIsBooleanAttr(fullname))) {
    [all...]
elfgcchack.h 438 #undef htmlIsBooleanAttr
439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
    [all...]
testapi.c     [all...]
  /external/libxml2/
HTMLtree.c 315 * htmlIsBooleanAttr:
323 htmlIsBooleanAttr(const xmlChar *name)
708 if ((cur->children != NULL) && (!htmlIsBooleanAttr(cur->name))) {
    [all...]
SAX2.c 1140 (value == NULL) && (htmlIsBooleanAttr(fullname))) {
    [all...]
xmlsave.c     [all...]
elfgcchack.h 438 #undef htmlIsBooleanAttr
439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
    [all...]

Completed in 546 milliseconds