Home
last modified time | relevance | path

Searched refs:htmlElementStatusHere (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h271 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;
/external/libxml2/
Delfgcchack.h330 #undef htmlElementStatusHere
331 extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatus…
333 #ifndef htmlElementStatusHere
334 extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibili…
335 #define htmlElementStatusHere htmlElementStatusHere__internal_alias macro
DHTMLparser.c6301 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { in htmlElementStatusHere() function
6369 : htmlElementStatusHere( in htmlNodeStatus()