comparePoint 397 Source/core/dom/Range.cpp if (comparePoint(parentNode, nodeIndex, exceptionState) < 0) { // starts before comparePoint 398 Source/core/dom/Range.cpp if (comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) // ends after the range comparePoint 403 Source/core/dom/Range.cpp if (comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) // ends after the range comparePoint 601 Source/core/dom/Range.cpp if (comparePoint(parentNode, nodeIndex, exceptionState) < 0 // starts before start comparePoint 602 Source/core/dom/Range.cpp && comparePoint(parentNode, nodeIndex + 1, exceptionState) < 0) { // ends before start comparePoint 606 Source/core/dom/Range.cpp if (comparePoint(parentNode, nodeIndex, exceptionState) > 0 // starts after end comparePoint 607 Source/core/dom/Range.cpp && comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) { // ends after end comparePoint 76 Source/core/dom/Range.h short comparePoint(Node* refNode, int offset, ExceptionState&) const;