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

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebTextCheckerClient.cpp138 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord) function in class:WebKit::WebTextCheckerClient
140 if (!m_client.updateSpellingUIWithMisspelledWord)
143 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.base.clientInfo);
H A DTextChecker.h76 static void updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord);
H A DWebTextCheckerClient.h58 void updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord);
H A DWebPageProxy.h1146 void updateSpellingUIWithMisspelledWord(const String& misspelledWord);
H A DWebPageProxy.cpp3925 void WebPageProxy::updateSpellingUIWithMisspelledWord(const String& misspelledWord) function in class:WebKit::WebPageProxy
3927 TextChecker::updateSpellingUIWithMisspelledWord(spellDocumentTag(), misspelledWord);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp116 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord) function in class:WebKit::TextChecker
118 WebTextChecker::shared()->client().updateSpellingUIWithMisspelledWord(spellDocumentTag, misspelledWord);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DTextCheckerIOS.mm164 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.h72 WKTextCheckerUpdateSpellingUIWithMisspelledWord updateSpellingUIWithMisspelledWord; member in struct:WKTextCheckerClientV0
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h108 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) override;
H A DWebEditorClient.cpp743 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& word) function in class:WebEditorClient
749 ed->updateSpellingUIWithMisspelledWord(BString(word));
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h97 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) override;
H A DEditorClientWinCE.cpp491 void EditorClientWinCE::updateSpellingUIWithMisspelledWord(const String&) function in class:WebKit::EditorClientWinCE
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h158 virtual void updateSpellingUIWithMisspelledWord(const String&) override;
229 inline void WebEditorClient::updateSpellingUIWithMisspelledWord(const String&) function in class:WebEditorClient
H A DWebEditorClient.mm1054 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebEditingDelegate.idl182 HRESULT updateSpellingUIWithMisspelledWord([in] BSTR word);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/efl/
H A DTextCheckerEfl.cpp223 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String&) function in class:WebKit::TextChecker
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h146 virtual void updateSpellingUIWithMisspelledWord(const String&) override;
H A DWebEditorClient.cpp483 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord) function in class:WebKit::WebEditorClient
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DTextCheckerMac.mm414 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String& misspelledWord)

Completed in 289 milliseconds