HomeSort by relevance Sort by last modified time
    Searched refs:htmlElemDesc (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLparser.h 41 typedef struct _htmlElemDesc htmlElemDesc;
42 typedef htmlElemDesc *htmlElemDescPtr;
86 XMLPUBFUN const htmlElemDesc * XMLCALL
264 /* Using htmlElemDesc rather than name here, to emphasise the fact
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/
HTMLparser.h 41 typedef struct _htmlElemDesc htmlElemDesc;
42 typedef htmlElemDesc *htmlElemDescPtr;
86 XMLPUBFUN const htmlElemDesc * XMLCALL
266 /* Using htmlElemDesc rather than name here, to emphasise the fact
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/chromium_org/third_party/libxml/src/
HTMLparser.c 765 static const htmlElemDesc
    [all...]
HTMLtree.c 780 const htmlElemDesc * info;
testapi.c     [all...]
  /external/libxml2/
HTMLparser.c 768 static const htmlElemDesc
    [all...]
HTMLtree.c 802 const htmlElemDesc * info;
    [all...]

Completed in 1108 milliseconds