Searched refs:misspelledWord (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/gtk/
H A DTextCheckerGtk.cpp116 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String& misspelledWord) argument
118 WebTextChecker::shared()->client().updateSpellingUIWithMisspelledWord(spellDocumentTag, misspelledWord);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
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 DWebTextCheckerClient.cpp138 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord) argument
143 m_client.updateSpellingUIWithMisspelledWord(tag, toAPI(misspelledWord.impl()), m_client.base.clientInfo);
H A DWebPageProxy.h1146 void updateSpellingUIWithMisspelledWord(const String& misspelledWord);
H A DWebPageProxy.cpp3925 void WebPageProxy::updateSpellingUIWithMisspelledWord(const String& misspelledWord) argument
3927 TextChecker::updateSpellingUIWithMisspelledWord(spellDocumentTag(), misspelledWord); local
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKTextChecker.h47 typedef void (*WKTextCheckerUpdateSpellingUIWithMisspelledWord)(uint64_t tag, WKStringRef misspelledWord, const void *clientInfo);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DTextCheckerMac.mm414 void TextChecker::updateSpellingUIWithMisspelledWord(int64_t, const String& misspelledWord)
416 [[NSSpellChecker sharedSpellChecker] updateSpellingPanelWithMisspelledWord:misspelledWord];
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h140 virtual String getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord) override;
H A DWebEditorClient.cpp483 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord) argument
485 m_page->send(Messages::WebPageProxy::UpdateSpellingUIWithMisspelledWord(misspelledWord));
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.mm1054 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
1056 [[NSSpellChecker sharedSpellChecker] updateSpellingPanelWithMisspelledWord:misspelledWord];

Completed in 200 milliseconds