HomeSort by relevance Sort by last modified time
    Searched defs:getGuessesForWord (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/gtk/
TextCheckerGtk.cpp 103 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit2/UIProcess/qt/
TextCheckerQt.cpp 104 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit2/UIProcess/win/
TextCheckerWin.cpp 125 void TextChecker::getGuessesForWord(int64_t spellDocumentTag, const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 140 void TextCheckerClientEnchant::getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses)
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 468 void EditorClientHaiku::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 225 void EditorClientAndroid::getGuessesForWord(String const&, const String&, WTF::Vector<String>&) {}
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 495 void EditorClientEfl::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 494 void EditorClientWinCE::getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 543 void EditorClientWx::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 438 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
440 m_page->sendSync(Messages::WebPageProxy::GetGuessesForWord(word, context), Messages::WebPageProxy::GetGuessesForWord::Reply(guesses));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 630 void EditorClientQt::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 761 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 422 virtual void getGuessesForWord(const String&, const String&, Vector<String>&) { }

Completed in 193 milliseconds