Searched defs:updateSpellingUIWithMisspelledWord (Results 1 - 10 of 10) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEditingDelegate.h148 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithMisspelledWord( function
/external/webkit/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp250 void EditorClientAndroid::updateSpellingUIWithMisspelledWord(String const&) {} function in class:android::EditorClientAndroid
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp447 void EditorClientHaiku::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientHaiku
/external/webkit/WebKit/chromium/public/
H A DWebViewClient.h161 virtual void updateSpellingUIWithMisspelledWord(const WebString& word) { } function in class:WebKit::WebViewClient
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp583 void EditorClientQt::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp515 void EditorClientWx::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientWx
/external/webkit/WebKit/chromium/src/
H A DEditorClientImpl.cpp891 void EditorClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord) function in class:WebKit::EditorClientImpl
894 m_webView->client()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp671 void EditorClient::updateSpellingUIWithMisspelledWord(const String&) function in class:WebKit::EditorClient
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp726 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& word) function in class:WebEditorClient
732 ed->updateSpellingUIWithMisspelledWord(BString(word));
/external/webkit/WebCore/loader/
H A DEmptyClients.h427 virtual void updateSpellingUIWithMisspelledWord(const String&) { } function in class:WebCore::EmptyEditorClient

Completed in 84 milliseconds