HomeSort by relevance Sort by last modified time
    Searched defs:htmlAttrAllowed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c     [all...]
elfgcchack.h 102 #undef htmlAttrAllowed
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
105 #ifndef htmlAttrAllowed
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 102 #undef htmlAttrAllowed
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
105 #ifndef htmlAttrAllowed
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias
    [all...]

Completed in 404 milliseconds