Searched refs:shouldSelfClose (Results 1 – 3 of 3) sorted by relevance
69 static inline bool shouldSelfClose(const Node *node);522 if (shouldSelfClose(el)) { in appendStartMarkup()569 static inline bool shouldSelfClose(const Node *node) in shouldSelfClose() function582 …if (!node->isElementNode() || shouldSelfClose(node) || (!node->hasChildNodes() && doesHTMLForbidEn… in appendEndMarkup()
9248 (WebCore::shouldSelfClose):16419 * editing/markup.cpp: (WebCore::shouldSelfClose): Refined rule so that it doesn't
8333 (khtml::shouldSelfClose):