HomeSort by relevance Sort by last modified time
    Searched refs:textChecker (Results 1 - 7 of 7) sorted by null

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

Completed in 124 milliseconds