findFirstMisspellingOrBadGrammar  226 Source/core/editing/SpellChecker.cpp         foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
findFirstMisspellingOrBadGrammar  257 Source/core/editing/SpellChecker.cpp             foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
findFirstMisspellingOrBadGrammar   89 Source/core/editing/TextCheckingHelper.h     String findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail);