Home
last modified time | relevance | path

Searched refs:shouldSelfClose (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
DMarkupAccumulator.cpp343 if (shouldSelfClose(element)) { in appendCloseTag()
431 bool MarkupAccumulator::shouldSelfClose(const Node* node) in shouldSelfClose() function in WebCore::MarkupAccumulator
456 …if (!node->isElementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && elementCannotHav… in appendEndMarkup()
DMarkupAccumulator.h98 bool shouldSelfClose(const Node*);
/external/webkit/Source/WebCore/
DChangeLog-2006-05-109248 (WebCore::shouldSelfClose):
16419 * editing/markup.cpp: (WebCore::shouldSelfClose): Refined rule so that it doesn't
DChangeLog-2005-12-198333 (khtml::shouldSelfClose):
DChangeLog-2010-12-0671013 (WebCore::MarkupAccumulator::shouldSelfClose):
75942 (WebCore::MarkupAccumulator::shouldSelfClose):