Searched refs:guessesForWord (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebTextCheckerClient.cpp154 void WebTextCheckerClient::guessesForWord(uint64_t tag, const String& word, Vector<String>& guesses) function in class:WebKit::WebTextCheckerClient
156 if (!m_client.guessesForWord)
159 RefPtr<API::Array> wkGuesses = adoptRef(toImpl(m_client.guessesForWord(tag, toAPI(word.impl()), m_client.base.clientInfo)));
H A DWebTextCheckerClient.h60 void guessesForWord(uint64_t tag, const String& word, Vector<String>& guesses);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.h74 WKTextCheckerGuessesForWord guessesForWord; member in struct:WKTextCheckerClientV0
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp128 WebTextChecker::shared()->client().guessesForWord(spellDocumentTag, word, guesses);
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebEditingDelegate.idl185 HRESULT guessesForWord([in] BSTR word, [out, retval] IEnumSpellingGuesses** guesses);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DTextCheckerEfl.cpp236 WebTextChecker::shared()->client().guessesForWord(spellDocumentTag, word, guesses);
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.cpp783 if (FAILED(ed->guessesForWord(BString(word), &enumGuessesObj)))

Completed in 174 milliseconds