checkingEnd       488 Source/core/editing/SpellChecker.cpp     int end = fullParagraphToCheck.checkingEnd();
checkingEnd       558 Source/core/editing/SpellChecker.cpp         int spellingRangeEndOffset = paragraph.checkingEnd();
checkingEnd       466 Source/core/editing/TextCheckingHelper.cpp     while (startOffset < paragraph.checkingEnd()) {
checkingEnd       482 Source/core/editing/TextCheckingHelper.cpp         int badGrammarIndex = findFirstGrammarDetail(grammarDetails, badGrammarPhraseLocation, paragraph.checkingStart(), paragraph.checkingEnd(), markAll);
checkingEnd        57 Source/core/editing/TextCheckingHelper.h     bool isRangeEmpty() const { return checkingStart() >= checkingEnd(); }
checkingEnd        60 Source/core/editing/TextCheckingHelper.h     int checkingEnd() const;
checkingEnd        64 Source/core/editing/TextCheckingHelper.h     bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); }