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

/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/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/WebKit2/UIProcess/win/
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.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);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h148 virtual HRESULT STDMETHODCALLTYPE updateSpellingUIWithMisspelledWord( function
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp269 void EditorClientAndroid::updateSpellingUIWithMisspelledWord(String const&) {} function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp452 void EditorClientHaiku::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp479 void EditorClientEfl::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp614 void EditorClientQt::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp478 void EditorClientWinCE::updateSpellingUIWithMisspelledWord(const String&) function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp527 void EditorClientWx::updateSpellingUIWithMisspelledWord(const String&) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp421 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord) function in class:WebKit::WebEditorClient
/external/webkit/Source/WebKit/chromium/src/
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.cpp904 void EditorClient::updateSpellingUIWithMisspelledWord(const String&) function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp730 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& word) function in class:WebEditorClient
736 ed->updateSpellingUIWithMisspelledWord(BString(word));
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h533 virtual void updateSpellingUIWithMisspelledWord(const String&) { } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2480 void WebPageProxy::updateSpellingUIWithMisspelledWord(const String& misspelledWord) function in class:WebKit::WebPageProxy
2482 TextChecker::updateSpellingUIWithMisspelledWord(spellDocumentTag(), misspelledWord);

Completed in 161 milliseconds