shouldSelfClose   422 Source/core/editing/MarkupAccumulator.cpp     if (shouldSelfClose(element)) {
shouldSelfClose   544 Source/core/editing/MarkupAccumulator.cpp     if (!node.isElementNode() || shouldSelfClose(node) || (!node.hasChildren() && elementCannotHaveEndTag(node)))
shouldSelfClose   101 Source/core/editing/MarkupAccumulator.h     bool shouldSelfClose(const Node&);