Searched refs:checkingEnd (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.h53 bool isRangeEmpty() const { return checkingStart() >= checkingEnd(); }
56 int checkingEnd() const;
62 bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); }
H A DTextCheckingHelper.cpp208 int TextCheckingParagraph::checkingEnd() const function in class:WebCore::TextCheckingParagraph
471 while (startOffset < paragraph.checkingEnd()) {
487 int badGrammarIndex = findFirstGrammarDetail(grammarDetails, badGrammarPhraseLocation, badGrammarPhraseLength, paragraph.checkingStart(), paragraph.checkingEnd(), markAll);
H A DEditor.cpp2233 const int spellingRangeEndOffset = paragraph.checkingEnd() + offsetDueToReplacement;

Completed in 194 milliseconds