Searched refs:elementCannotHaveEndTag (Results 1 – 3 of 3) sorted by relevance
108 if (!(node->document()->isHTMLDocument() && elementCannotHaveEndTag(node))) { in serializeNodesWithNamespaces()437 if (node->isHTMLElement() && !elementCannotHaveEndTag(node)) in shouldSelfClose()442 bool MarkupAccumulator::elementCannotHaveEndTag(const Node* node) in elementCannotHaveEndTag() function in WebCore::MarkupAccumulator456 …lementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node))) in appendEndMarkup()
99 bool elementCannotHaveEndTag(const Node* node);
31169 elementCannotHaveEndTag should be a member function of MarkupAccumulator31172 Moved elementCannotHaveEndTag into MarkupAccumulator.31177 (WebCore::MarkupAccumulator::elementCannotHaveEndTag): Added.31178 * editing/MarkupAccumulator.h: Added MarkupAccumulator::elementCannotHaveEndTag.31179 * editing/markup.cpp: Removed elementCannotHaveEndTag.31180 * editing/markup.h: Removed elementCannotHaveEndTag.32225 (WebCore::elementCannotHaveEndTag):71012 (WebCore::elementCannotHaveEndTag):