markAllMisspellingsAndBadGrammarInRanges  347 Source/core/editing/SpellChecker.cpp             markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
markAllMisspellingsAndBadGrammarInRanges  349 Source/core/editing/SpellChecker.cpp             markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
markAllMisspellingsAndBadGrammarInRanges  495 Source/core/editing/SpellChecker.cpp         markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, 0);
markAllMisspellingsAndBadGrammarInRanges  505 Source/core/editing/SpellChecker.cpp         markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, iter, &checkingLength);
markAllMisspellingsAndBadGrammarInRanges  617 Source/core/editing/SpellChecker.cpp         markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormalizedRange().get());
markAllMisspellingsAndBadGrammarInRanges   66 Source/core/editing/SpellChecker.h     void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange);
markAllMisspellingsAndBadGrammarInRanges   98 Source/core/editing/SpellChecker.h     void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkingRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength = 0);