Searched refs:htmlElemDesc (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | HTMLparser.h | 41 typedef struct _htmlElemDesc htmlElemDesc; typedef 42 typedef htmlElemDesc *htmlElemDescPtr; 86 XMLPUBFUN const htmlElemDesc * XMLCALL 267 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ; 268 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ; 269 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 41 typedef struct _htmlElemDesc htmlElemDesc; typedef 42 typedef htmlElemDesc *htmlElemDescPtr; 86 XMLPUBFUN const htmlElemDesc * XMLCALL 269 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ; 270 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ; 271 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;
|
/external/libxml2/ |
D | HTMLparser.c | 765 static const htmlElemDesc 1213 const htmlElemDesc * 1294 const htmlElemDesc *info; in htmlAutoCloseOnClose() 4147 const htmlElemDesc * info; in htmlParseElement() 4296 const htmlElemDesc * info; in htmlParseElementInternal() 5469 const htmlElemDesc * info; in htmlParseTryOrFinish() 6278 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere() 6301 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { in htmlElementStatusHere() 6321 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed()
|
D | HTMLtree.c | 778 const htmlElemDesc * info; in htmlNodeDumpFormatOutput()
|
/external/chromium_org/third_party/libxml/src/ |
D | HTMLparser.c | 765 static const htmlElemDesc 1213 const htmlElemDesc * 1294 const htmlElemDesc *info; in htmlAutoCloseOnClose() 4142 const htmlElemDesc * info; in htmlParseElement() 4291 const htmlElemDesc * info; in htmlParseElementInternal() 5464 const htmlElemDesc * info; in htmlParseTryOrFinish() 6273 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere() 6296 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { in htmlElementStatusHere() 6316 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed()
|
D | HTMLtree.c | 780 const htmlElemDesc * info; in htmlNodeDumpFormatOutput()
|
D | testapi.c | 1356 static htmlElemDesc * gen_const_htmlElemDesc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_htmlElemDesc_ptr() 1359 static void des_const_htmlElemDesc_ptr(int no ATTRIBUTE_UNUSED, const htmlElemDesc * val ATTRIBUTE_… in des_const_htmlElemDesc_ptr() 1371 htmlElemDesc * elt; /* HTML element */ in test_htmlAttrAllowed() 1386 ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy); in test_htmlAttrAllowed() 1389 des_const_htmlElemDesc_ptr(n_elt, (const htmlElemDesc *)elt, 0); in test_htmlAttrAllowed() 1844 htmlElemDesc * parent; /* HTML parent element */ in test_htmlElementAllowedHere() 1855 ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt); in test_htmlElementAllowedHere() 1858 des_const_htmlElemDesc_ptr(n_parent, (const htmlElemDesc *)parent, 0); in test_htmlElementAllowedHere() 1885 htmlElemDesc * parent; /* HTML parent element */ in test_htmlElementStatusHere() 1887 htmlElemDesc * elt; /* HTML element */ in test_htmlElementStatusHere() [all …]
|