Home
last modified time | relevance | path

Searched refs:isinline (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
DHTMLtree.c873 if ((format) && (!info->isinline) && (cur->next != NULL)) { in htmlNodeDumpFormatOutput()
899 (info != NULL) && (!info->isinline)) { in htmlNodeDumpFormatOutput()
920 if ((format) && (info != NULL) && (!info->isinline) && in htmlNodeDumpFormatOutput()
928 if ((format) && (info != NULL) && (!info->isinline) && in htmlNodeDumpFormatOutput()
943 if ((format) && (info != NULL) && (!info->isinline) && in htmlNodeDumpFormatOutput()
/external/libxml2/include/libxml/
DHTMLparser.h51 char isinline; /* is this a block 0 or inline 1 element */ member