Home
last modified time | relevance | path

Searched refs:elementCannotHaveEndTag (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.cpp108 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::MarkupAccumulator
456 …lementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node))) in appendEndMarkup()
DMarkupAccumulator.h99 bool elementCannotHaveEndTag(const Node* node);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0631169 elementCannotHaveEndTag should be a member function of MarkupAccumulator
31172 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):