Home
last modified time | relevance | path

Searched refs:getAutoCorrectSuggestionForMisspelledWord (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextCheckerClient.h45 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.h57 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) OVERRIDE;
DSpellCheckerClientImpl.cpp162 String SpellCheckerClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWo… in getAutoCorrectSuggestionForMisspelledWord() function in blink::SpellCheckerClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h258 …virtual String getAutoCorrectSuggestionForMisspelledWord(const String&) OVERRIDE { return String()… in getAutoCorrectSuggestionForMisspelledWord() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp93 …misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelli… in findMisspellings()
DSpellChecker.cpp412 …String autocorrectedString = textChecker().getAutoCorrectSuggestionForMisspelledWord(misspelledWor… in markMisspellingsAfterTypingToWord()