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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextCheckerClient.h 45 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 58 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) OVERRIDE;
SpellCheckerClientImpl.cpp 164 String SpellCheckerClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 255 virtual String getAutoCorrectSuggestionForMisspelledWord(const String&) OVERRIDE { return String(); }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 93 misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length));
SpellChecker.cpp 369 String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWord);
    [all...]

Completed in 58 milliseconds