Home
last modified time | relevance | path

Searched refs:checkingLength (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.h61 int checkingLength() const;
62 String checkingSubstring() const { return textSubstring(checkingStart(), checkingLength()); } in checkingSubstring()
DSpellChecker.cpp549 int checkingLength = 0; in chunkAndMarkAllMisspellingsAndBadGrammar() local
550 …nges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, iter, &checkingLength); in chunkAndMarkAllMisspellingsAndBadGrammar()
551 currentChunkStart += checkingLength; in chunkAndMarkAllMisspellingsAndBadGrammar()
555 …ange* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength) in markAllMisspellingsAndBadGrammarInRanges() argument
558 if (checkingLength) in markAllMisspellingsAndBadGrammarInRanges()
559 *checkingLength = sentenceToCheck.checkingLength(); in markAllMisspellingsAndBadGrammarInRanges()
DSpellChecker.h107 …eckingRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength = 0);
DTextCheckingHelper.cpp214 int TextCheckingParagraph::checkingLength() const in checkingLength() function in blink::TextCheckingParagraph