textChecker       136 Source/core/editing/SpellCheckRequester.cpp     return m_frame.spellChecker().textChecker();
textChecker        83 Source/core/editing/SpellChecker.cpp     return spellCheckerClient().textChecker();
textChecker       367 Source/core/editing/SpellChecker.cpp     String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWord);
textChecker       522 Source/core/editing/SpellChecker.cpp         checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textCheckingOptions), results);
textChecker       629 Source/core/editing/SpellChecker.cpp     if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling))
textChecker       742 Source/core/editing/SpellChecker.cpp         if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling)) {
textChecker       746 Source/core/editing/SpellChecker.cpp         if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeGrammar)) {
textChecker        53 Source/core/editing/SpellChecker.h     TextCheckerClient& textChecker() const;
textChecker       249 Source/core/editing/TextCheckingHelper.cpp             m_client->textChecker().checkSpellingOfString(it.substring(0, length), &misspellingLocation, &misspellingLength);
textChecker       343 Source/core/editing/TextCheckingHelper.cpp                 checkTextOfParagraph(m_client->textChecker(), paragraphString, checkingTypes, results);
textChecker       470 Source/core/editing/TextCheckingHelper.cpp         m_client->textChecker().checkGrammarOfString(paragraph.textSubstring(startOffset), grammarDetails, &badGrammarPhraseLocation, &badGrammarPhraseLength);
textChecker       276 Source/core/loader/EmptyClients.h     virtual TextCheckerClient& textChecker() OVERRIDE { return m_textCheckerClient; }
textChecker        44 Source/core/page/SpellCheckerClient.h     virtual TextCheckerClient& textChecker() = 0;
textChecker        64 Source/web/SpellCheckerClientImpl.h     virtual WebCore::TextCheckerClient& textChecker() OVERRIDE { return *this; }