Searched refs:shouldSelfClose (Results 1 – 5 of 5) sorted by relevance
343 if (shouldSelfClose(element)) { in appendCloseTag()431 bool MarkupAccumulator::shouldSelfClose(const Node* node) in shouldSelfClose() function in WebCore::MarkupAccumulator456 …if (!node->isElementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHav… in appendEndMarkup()
98 bool shouldSelfClose(const Node*);
9248 (WebCore::shouldSelfClose):16419 * editing/markup.cpp: (WebCore::shouldSelfClose): Refined rule so that it doesn't
8333 (khtml::shouldSelfClose):
71013 (WebCore::MarkupAccumulator::shouldSelfClose):75942 (WebCore::MarkupAccumulator::shouldSelfClose):