Lines Matching refs:WebTextCheckerClient
27 #include "WebTextCheckerClient.h"
38 bool WebTextCheckerClient::continuousSpellCheckingAllowed()
46 bool WebTextCheckerClient::continuousSpellCheckingEnabled()
54 void WebTextCheckerClient::setContinuousSpellCheckingEnabled(bool enabled)
62 bool WebTextCheckerClient::grammarCheckingEnabled()
70 void WebTextCheckerClient::setGrammarCheckingEnabled(bool enabled)
78 uint64_t WebTextCheckerClient::uniqueSpellDocumentTag(WebPageProxy* page)
86 void WebTextCheckerClient::closeSpellDocumentWithTag(uint64_t tag)
94 void WebTextCheckerClient::checkSpellingOfString(uint64_t tag, const String& text, int32_t& misspellingLocation, int32_t& misspellingLength)
102 void WebTextCheckerClient::checkGrammarOfString(uint64_t tag, const String& text, Vector<WebCore::GrammarDetail>& grammarDetails, int32_t& badGrammarLocation, int32_t& badGrammarLength)
116 bool WebTextCheckerClient::spellingUIIsShowing()
124 void WebTextCheckerClient::toggleSpellingUIIsShowing()
132 void WebTextCheckerClient::updateSpellingUIWithMisspelledWord(uint64_t tag, const String& misspelledWord)
140 void WebTextCheckerClient::updateSpellingUIWithGrammarString(uint64_t tag, const String& badGrammarPhrase, const WebCore::GrammarDetail& grammarDetail)
148 void WebTextCheckerClient::guessesForWord(uint64_t tag, const String& word, Vector<String>& guesses)
159 void WebTextCheckerClient::learnWord(uint64_t tag, const String& word)
167 void WebTextCheckerClient::ignoreWord(uint64_t tag, const String& word)