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

  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 64 virtual WebCore::TextCheckerClient& textChecker() { return *this; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 278 TextCheckerClient& textChecker() { return m_textCheckerClient; }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 81 TextCheckerClient& SpellChecker::textChecker() const
83 return spellCheckerClient().textChecker();
332 textChecker().checkSpellingOfString(word, &misspellingLocation, &misspellingLength);
397 String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWord);
552 checkTextOfParagraph(textChecker(), sentenceToCheck.text(), resolveTextCheckingTypeMask(textCheckingOptions), results);
659 if (textChecker().shouldEraseMarkersAfterChangeSelection(TextCheckingTypeSpelling))
    [all...]

Completed in 177 milliseconds