checkingLength 504 Source/core/editing/SpellChecker.cpp int checkingLength = 0; checkingLength 505 Source/core/editing/SpellChecker.cpp markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, iter, &checkingLength); checkingLength 506 Source/core/editing/SpellChecker.cpp currentChunkStart += checkingLength; checkingLength 510 Source/core/editing/SpellChecker.cpp void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength) checkingLength 513 Source/core/editing/SpellChecker.cpp if (checkingLength) checkingLength 514 Source/core/editing/SpellChecker.cpp *checkingLength = sentenceToCheck.checkingLength(); checkingLength 98 Source/core/editing/SpellChecker.h void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkingRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength = 0); checkingLength 61 Source/core/editing/TextCheckingHelper.h int checkingLength() const; checkingLength 62 Source/core/editing/TextCheckingHelper.h String checkingSubstring() const { return textSubstring(checkingStart(), checkingLength()); }