areRangesEqual 181 Source/core/dom/Range.h bool areRangesEqual(const Range*, const Range*); areRangesEqual 1169 Source/core/editing/Editor.cpp if (startInReferenceRange && areRangesEqual(VisibleSelection(resultRange.get()).toNormalizedRange().get(), referenceRange)) { areRangesEqual 508 Source/core/editing/markup.cpp if (WebCore::areRangesEqual(VisibleSelection::selectionFromContentsOfNode(parentListNode).toNormalizedRange().get(), range)) { areRangesEqual 563 Source/core/editing/markup.cpp if (body && areRangesEqual(VisibleSelection::selectionFromContentsOfNode(body).toNormalizedRange().get(), range)) areRangesEqual 561 Source/web/TextFinder.cpp if (&m_ownerFrame != activeMatchFrame || !m_activeMatch || !areRangesEqual(m_activeMatch.get(), range.get())) {