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

  /external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h 69 virtual void updateSpellingUIWithMisspelledWord(const WebString& word) { }
  /external/webkit/Source/WebKit2/UIProcess/gtk/
TextCheckerGtk.cpp 93 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&)
  /external/webkit/Source/WebKit2/UIProcess/qt/
TextCheckerQt.cpp 94 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&)
  /external/webkit/Source/WebKit2/UIProcess/win/
TextCheckerWin.cpp 115 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord)
117 WebTextChecker::shared()->client().updateSpellingUIWithMisspelledWord(spellDocumentTag, misspelledWord);
WebTextCheckerClient.cpp 132 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord)
134 if (!m_client.updateSpellingUIWithMisspelledWord)
137 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.clientInfo);
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.h 148 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithMisspelledWord(
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h 67 WKTextCheckerUpdateSpellingUIWithMisspelledWord updateSpellingUIWithMisspelledWord;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 452 void EditorClientHaiku::updateSpellingUIWithMisspelledWord(const String&)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 269 void EditorClientAndroid::updateSpellingUIWithMisspelledWord(String const&) {}
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 479 void EditorClientEfl::updateSpellingUIWithMisspelledWord(const String&)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 478 void EditorClientWinCE::updateSpellingUIWithMisspelledWord(const String&)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 527 void EditorClientWx::updateSpellingUIWithMisspelledWord(const String&)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 421 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
423 m_page->send(Messages::WebPageProxy::UpdateSpellingUIWithMisspelledWord(misspelledWord));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 614 void EditorClientQt::updateSpellingUIWithMisspelledWord(const String&)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 730 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& word)
736 ed->updateSpellingUIWithMisspelledWord(BString(word));
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 529 virtual void updateSpellingUIWithMisspelledWord(const String&) { }

Completed in 862 milliseconds