Searched defs:getGuessesForWord (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp103 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp104 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/win/
H A DTextCheckerWin.cpp125 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DTextCheckerClientEnchant.cpp140 void TextCheckerClientEnchant::getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses) function in class:WebKit::TextCheckerClientEnchant
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp225 void EditorClientAndroid::getGuessesForWord(String const&, const String&, WTF::Vector<String>&) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp468 void EditorClientHaiku::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp495 void EditorClientEfl::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp630 void EditorClientQt::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp494 void EditorClientWinCE::getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp543 void EditorClientWx::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp438 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp935 void EditorClientImpl::getGuessesForWord(const String& word, function in class:WebKit::EditorClientImpl
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp761 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebEditorClient
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h422 virtual void getGuessesForWord(const String&, const String&, Vector<String>&) { } function in class:WebCore::EmptyTextCheckerClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2490 void WebPageProxy::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebKit::WebPageProxy
2492 TextChecker::getGuessesForWord(spellDocumentTag(), word, context, guesses);

Completed in 307 milliseconds