Searched refs:getAutoCorrectSuggestionForMisspelledWord (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCheckerClient.h48 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) = 0;
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DTextCheckerClientGtk.h49 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&);
H A DTextCheckerClientGtk.cpp68 String TextCheckerClientGtk::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord) function in class:WebKit::TextCheckerClientGtk
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextCheckerClientQt.h48 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord);
H A DTextCheckerClientQt.cpp71 String TextCheckerClientQt::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) function in class:WebCore::TextCheckerClientQt
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h87 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord);
H A DEditorClientBlackBerry.cpp571 WTF::String EditorClientBlackBerry::getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h141 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord);
H A DEditorClientEfl.cpp425 String EditorClientEfl::getAutoCorrectSuggestionForMisspelledWord(const String&) function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h106 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&);
H A DWebEditorClient.cpp678 String WebEditorClient::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord) function in class:WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h98 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&);
H A DEditorClientWinCE.cpp479 String EditorClientWinCE::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord) function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h137 virtual WTF::String getAutoCorrectSuggestionForMisspelledWord(const WTF::String&) OVERRIDE;
H A DWebEditorClient.mm760 String WebEditorClient::getAutoCorrectSuggestionForMisspelledWord(const String& inputWord)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h143 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) OVERRIDE;
H A DWebEditorClient.cpp450 String WebEditorClient::getAutoCorrectSuggestionForMisspelledWord(const String&) function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DTextCheckingHelper.cpp94 misspelling.replacement = client->getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length));
H A DEditor.cpp2015 String autocorrectedString = textChecker()->getAutoCorrectSuggestionForMisspelledWord(misspelledWord);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h383 virtual String getAutoCorrectSuggestionForMisspelledWord(const String&) { return String(); } function in class:WebCore::EmptyTextCheckerClient

Completed in 117 milliseconds