Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp555 static inline bool doesHTMLForbidEndTag(const Node *node) in doesHTMLForbidEndTag() function
575 if (node->isHTMLElement() && !doesHTMLForbidEndTag(node)) in shouldSelfClose()
582 …isElementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && doesHTMLForbidEndTag(node))) in appendEndMarkup()
634 if (!(startNode->document()->isHTMLDocument() && doesHTMLForbidEndTag(startNode))) { in appendMarkup()
/external/webkit/WebCore/
DChangeLog-2005-12-198332 (khtml::doesHTMLForbidEndTag):