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

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c     [all...]
elfgcchack.h 786 #undef htmlTagLookup
787 extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
789 #ifndef htmlTagLookup
790 extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
791 #define htmlTagLookup htmlTagLookup__internal_alias
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 786 #undef htmlTagLookup
787 extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
789 #ifndef htmlTagLookup
790 extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
791 #define htmlTagLookup htmlTagLookup__internal_alias
    [all...]

Completed in 267 milliseconds