TextCheckingHelper  226 Source/core/editing/SpellChecker.cpp         foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
TextCheckingHelper  235 Source/core/editing/SpellChecker.cpp         misspelledWord = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
TextCheckingHelper  245 Source/core/editing/SpellChecker.cpp             badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
TextCheckingHelper  257 Source/core/editing/SpellChecker.cpp             foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
TextCheckingHelper  266 Source/core/editing/SpellChecker.cpp             misspelledWord = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
TextCheckingHelper  276 Source/core/editing/SpellChecker.cpp                 badGrammarPhrase = TextCheckingHelper(spellCheckerClient(), grammarSearchRange).findFirstBadGrammar(grammarDetail, grammarPhraseOffset, false);
TextCheckingHelper  412 Source/core/editing/SpellChecker.cpp     TextCheckingHelper checker(spellCheckerClient(), searchRange);
TextCheckingHelper  222 Source/core/editing/TextCheckingHelper.cpp TextCheckingHelper::TextCheckingHelper(SpellCheckerClient& client, PassRefPtrWillBeRawPtr<Range> range)
TextCheckingHelper  229 Source/core/editing/TextCheckingHelper.cpp TextCheckingHelper::~TextCheckingHelper()
TextCheckingHelper  233 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstMisspelling(int& firstMisspellingOffset, bool markAll, RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
TextCheckingHelper  289 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFoundOffset, GrammarDetail& outGrammarDetail)
TextCheckingHelper  413 Source/core/editing/TextCheckingHelper.cpp int TextCheckingHelper::findFirstGrammarDetail(const Vector<GrammarDetail>& grammarDetails, int badGrammarPhraseLocation, int startOffset, int endOffset, bool markAll) const
TextCheckingHelper  448 Source/core/editing/TextCheckingHelper.cpp String TextCheckingHelper::findFirstBadGrammar(GrammarDetail& outGrammarDetail, int& outGrammarPhraseOffset, bool markAll)
TextCheckingHelper  507 Source/core/editing/TextCheckingHelper.cpp void TextCheckingHelper::markAllMisspellings(RefPtrWillBeRawPtr<Range>& firstMisspellingRange)
TextCheckingHelper  515 Source/core/editing/TextCheckingHelper.cpp void TextCheckingHelper::markAllBadGrammar()
TextCheckingHelper  524 Source/core/editing/TextCheckingHelper.cpp bool TextCheckingHelper::unifiedTextCheckerEnabled() const
TextCheckingHelper   81 Source/core/editing/TextCheckingHelper.h class TextCheckingHelper {
TextCheckingHelper   82 Source/core/editing/TextCheckingHelper.h     WTF_MAKE_NONCOPYABLE(TextCheckingHelper);
TextCheckingHelper   85 Source/core/editing/TextCheckingHelper.h     TextCheckingHelper(SpellCheckerClient&, PassRefPtrWillBeRawPtr<Range>);
TextCheckingHelper   86 Source/core/editing/TextCheckingHelper.h     ~TextCheckingHelper();