Searched refs:elementCannotHaveEndTag (Results 1 – 2 of 2) sorted by relevance
141 if (!(targetNode->document().isHTMLDocument() && elementCannotHaveEndTag(targetNode))) { in serializeNodesWithNamespaces()529 if (node->isHTMLElement() && !elementCannotHaveEndTag(node)) in shouldSelfClose()534 bool MarkupAccumulator::elementCannotHaveEndTag(const Node* node) in elementCannotHaveEndTag() function in WebCore::MarkupAccumulator548 …lementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node))) in appendEndMarkup()
104 bool elementCannotHaveEndTag(const Node*);