HomeSort by relevance Sort by last modified time
    Searched refs:updateSpellingUIWithMisspelledWord (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/Source/WebKit/chromium/public/
WebSpellCheckClient.h 69 virtual void updateSpellingUIWithMisspelledWord(const WebString& word) { }
  /external/webkit/Source/WebKit2/UIProcess/win/
WebTextCheckerClient.h 52 void updateSpellingUIWithMisspelledWord(uint64_t tag, const String& 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);
TextCheckerWin.cpp 115 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord)
117 WebTextChecker::shared()->client().updateSpellingUIWithMisspelledWord(spellDocumentTag, misspelledWord);
  /external/webkit/Source/WebKit2/UIProcess/
TextChecker.h 71 static void updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord);
  /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/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 112 virtual void updateSpellingUIWithMisspelledWord(const String&);
EditorClientAndroid.cpp 269 void EditorClientAndroid::updateSpellingUIWithMisspelledWord(String const&) {}
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 111 virtual void updateSpellingUIWithMisspelledWord(const String&);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 108 virtual void updateSpellingUIWithMisspelledWord(const String&);
EditorClientHaiku.cpp 452 void EditorClientHaiku::updateSpellingUIWithMisspelledWord(const String&)
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 106 virtual void updateSpellingUIWithMisspelledWord(const String&);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 109 virtual void updateSpellingUIWithMisspelledWord(const String&);
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.h 67 WKTextCheckerUpdateSpellingUIWithMisspelledWord updateSpellingUIWithMisspelledWord;
  /external/webkit/Source/WebCore/page/
EditorClient.h 174 virtual void updateSpellingUIWithMisspelledWord(const String&) = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 133 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 106 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 98 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 109 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
EditorClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 135 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 142 virtual void updateSpellingUIWithMisspelledWord(const String&);
  /external/webkit/Tools/DumpRenderTree/win/
EditingDelegate.h 148 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithMisspelledWord(
  /external/webkit/Source/WebKit/win/Interfaces/
IWebEditingDelegate.idl 182 HRESULT updateSpellingUIWithMisspelledWord([in] BSTR word);

Completed in 2839 milliseconds

1 2