Searched refs:getGuessesForWord (Results 1 - 25 of 34) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DTextCheckerClientEnchant.h51 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
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/WebCore/platform/text/
H A DTextCheckerClient.h73 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) = 0;
/external/webkit/Source/WebKit2/UIProcess/
H A DTextChecker.h73 static void getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses);
/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/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h115 virtual void getGuessesForWord(const String&, const String& context, WTF::Vector<String>& guesses);
H A DEditorClientAndroid.cpp225 void EditorClientAndroid::getGuessesForWord(String const&, const String&, WTF::Vector<String>&) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h114 virtual void getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses);
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/haiku/WebCoreSupport/
H A DEditorClientHaiku.h111 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
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/qt/WebCoreSupport/
H A DEditorClientQt.h109 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
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/wx/WebKitSupport/
H A DEditorClientWx.h112 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
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/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/chromium/src/
H A DEditorClientImpl.h112 virtual void getGuessesForWord(const WTF::String& word,
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h109 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h101 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
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/mac/WebCoreSupport/
H A DWebEditorClient.h138 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h145 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
H A DWebEditorClient.cpp438 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DTextCheckerMac.mm363 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)

Completed in 598 milliseconds

12