OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htmlElemDesc
(Results
1 - 2
of
2
) 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
*) ;
Completed in 463 milliseconds