Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMarkupAccumulator.cpp141 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::MarkupAccumulator
548 …lementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node))) in appendEndMarkup()
DMarkupAccumulator.h104 bool elementCannotHaveEndTag(const Node*);