OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_SAVE_XHTML
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
xmlsave.h
34
XML_SAVE_XHTML
= 1<<4, /* force XHTML1 specific rules */
/external/libxml2/include/libxml/
xmlsave.h
34
XML_SAVE_XHTML
= 1<<4, /* force XHTML1 specific rules */
/external/chromium_org/third_party/libxml/src/
xmlsave.c
760
if (ctxt->options &
XML_SAVE_XHTML
) {
964
((ctxt->options &
XML_SAVE_XHTML
) == 0)) ||
994
(ctxt->options &
XML_SAVE_XHTML
)) {
1045
if (ctxt->options &
XML_SAVE_XHTML
)
[
all
...]
/external/libxml2/
xmlsave.c
823
if (ctxt->options &
XML_SAVE_XHTML
) {
1038
((ctxt->options &
XML_SAVE_XHTML
) == 0)) ||
1068
(ctxt->options &
XML_SAVE_XHTML
)) {
1119
if (ctxt->options &
XML_SAVE_XHTML
)
[
all
...]
Completed in 23 milliseconds