Searched refs:updateSpellingUIWithMisspelledWord (Results 1 - 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/public/
H A DWebSpellCheckClient.h69 virtual void updateSpellingUIWithMisspelledWord(const WebString& word) { } function in class:WebKit::WebSpellCheckClient
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebTextCheckerClient.cpp132 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord) function in class:WebKit::WebTextCheckerClient
134 if (!m_client.updateSpellingUIWithMisspelledWord)
137 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.clientInfo);
H A DTextCheckerWin.cpp115 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord) function in class:WebKit::TextChecker
117 WebTextChecker::shared()->client().updateSpellingUIWithMisspelledWord(spellDocumentTag, misspelledWord);
H A DWebTextCheckerClient.h52 void updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord);
/external/webkit/Source/WebKit2/UIProcess/
H A DTextChecker.h71 static void updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord);
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DTextCheckerGtk.cpp93 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DTextCheckerQt.cpp94 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&) function in class:WebKit::TextChecker
/external/webkit/Source/WebKit2/UIProcess/API/C/win/
H A DWKTextChecker.h67 WKTextCheckerUpdateSpellingUIWithMisspelledWord updateSpellingUIWithMisspelledWord; member in struct:WKTextCheckerClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.h112 virtual void updateSpellingUIWithMisspelledWord(const String&);
H A DEditorClientAndroid.cpp269 void EditorClientAndroid::updateSpellingUIWithMisspelledWord(String const&) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h111 virtual void updateSpellingUIWithMisspelledWord(const String&);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h108 virtual void updateSpellingUIWithMisspelledWord(const String&);
H A DEditorClientHaiku.cpp452 void EditorClientHaiku::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h106 virtual void updateSpellingUIWithMisspelledWord(const String&);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h109 virtual void updateSpellingUIWithMisspelledWord(const String&);
/external/webkit/Source/WebCore/page/
H A DEditorClient.h174 virtual void updateSpellingUIWithMisspelledWord(const String&) = 0;
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.h109 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
H A DEditorClientImpl.cpp916 void EditorClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord) function in class:WebKit::EditorClientImpl
919 m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.h133 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.h106 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h98 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h148 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithMisspelledWord( function
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl182 HRESULT updateSpellingUIWithMisspelledWord([in] BSTR word);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h135 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h142 virtual void updateSpellingUIWithMisspelledWord(const String&);

Completed in 215 milliseconds

12