Searched refs:fullParagraphToCheck (Results 1 – 2 of 2) sorted by relevance
509 TextCheckingParagraph fullParagraphToCheck(rangeToCheck); in markAllMisspellingsAndBadGrammarInRanges() local512 … chunkAndMarkAllMisspellingsAndBadGrammar(textCheckingOptions, fullParagraphToCheck, asynchronous); in markAllMisspellingsAndBadGrammarInRanges()525 …heckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool async… in chunkAndMarkAllMisspellingsAndBadGrammar() argument527 if (fullParagraphToCheck.isRangeEmpty() || fullParagraphToCheck.isEmpty()) in chunkAndMarkAllMisspellingsAndBadGrammar()532 int start = fullParagraphToCheck.checkingStart(); in chunkAndMarkAllMisspellingsAndBadGrammar()533 int end = fullParagraphToCheck.checkingEnd(); in chunkAndMarkAllMisspellingsAndBadGrammar()538 RefPtrWillBeRawPtr<Range> checkRange = fullParagraphToCheck.checkingRange(); in chunkAndMarkAllMisspellingsAndBadGrammar()545 checkRange = fullParagraphToCheck.subrange(currentChunkStart, kChunkSize); in chunkAndMarkAllMisspellingsAndBadGrammar()
106 …heckingTypeMask textCheckingOptions, const TextCheckingParagraph& fullParagraphToCheck, bool async…