HomeSort by relevance Sort by last modified time
    Searched refs:elementCannotHaveEndTag (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 108 if (!(node->document()->isHTMLDocument() && elementCannotHaveEndTag(node))) {
437 if (node->isHTMLElement() && !elementCannotHaveEndTag(node))
442 bool MarkupAccumulator::elementCannotHaveEndTag(const Node* node)
456 if (!node->isElementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHaveEndTag(node)))
MarkupAccumulator.h 99 bool elementCannotHaveEndTag(const Node* node);

Completed in 90 milliseconds