Searched refs:doesHTMLForbidEndTag (Results 1 – 2 of 2) sorted by relevance
555 static inline bool doesHTMLForbidEndTag(const Node *node) in doesHTMLForbidEndTag() function575 if (node->isHTMLElement() && !doesHTMLForbidEndTag(node)) in shouldSelfClose()582 …isElementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && doesHTMLForbidEndTag(node))) in appendEndMarkup()634 if (!(startNode->document()->isHTMLDocument() && doesHTMLForbidEndTag(startNode))) { in appendMarkup()
8332 (khtml::doesHTMLForbidEndTag):