Searched defs:htmlNodeStatus (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c6340 * htmlNodeStatus:
6354 htmlNodeStatus(const htmlNodePtr node, int legacy) { function
H A Delfgcchack.h558 #undef htmlNodeStatus macro
559 extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
561 #ifndef htmlNodeStatus
562 extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
563 #define htmlNodeStatus htmlNodeStatus__internal_alias macro
/external/libxml2/
H A DHTMLparser.c6345 * htmlNodeStatus:
6359 htmlNodeStatus(const htmlNodePtr node, int legacy) { function
H A Delfgcchack.h558 #undef htmlNodeStatus macro
559 extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
561 #ifndef htmlNodeStatus
562 extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
563 #define htmlNodeStatus htmlNodeStatus__internal_alias macro

Completed in 117 milliseconds