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

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c     [all...]
elfgcchack.h 114 #undef htmlAutoCloseTag
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
117 #ifndef htmlAutoCloseTag
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 114 #undef htmlAutoCloseTag
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
117 #ifndef htmlAutoCloseTag
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
    [all...]

Completed in 68 milliseconds