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

  /external/chromium_org/third_party/libxml/src/
HTMLparser.c     [all...]
elfgcchack.h 426 #undef htmlIsAutoClosed
427 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias")));
429 #ifndef htmlIsAutoClosed
430 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden")));
431 #define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
    [all...]
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 426 #undef htmlIsAutoClosed
427 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias")));
429 #ifndef htmlIsAutoClosed
430 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden")));
431 #define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
    [all...]

Completed in 952 milliseconds