areIdenticalElements 1276 Source/core/editing/ApplyStyleCommand.cpp     if (previousSibling && areIdenticalElements(startNode, previousSibling)) {
areIdenticalElements 1312 Source/core/editing/ApplyStyleCommand.cpp     if (nextSibling && areIdenticalElements(endNode, nextSibling)) {
areIdenticalElements 1353 Source/core/editing/ApplyStyleCommand.cpp         && areIdenticalElements(element.get(), toElement(nextSibling)))
areIdenticalElements 1359 Source/core/editing/ApplyStyleCommand.cpp             && areIdenticalElements(toElement(previousSibling), toElement(mergedElement)))
areIdenticalElements  520 Source/core/editing/ReplaceSelectionCommand.cpp         if (isNonTableCellHTMLBlockElement(element) && areIdenticalElements(element, element->parentNode())
areIdenticalElements  114 Source/core/editing/htmlediting.h bool areIdenticalElements(const Node*, const Node*);