#include <WebTextCheckerClient.h>
|
| bool | continuousSpellCheckingAllowed () |
| |
| bool | continuousSpellCheckingEnabled () |
| |
| void | setContinuousSpellCheckingEnabled (bool) |
| |
| bool | grammarCheckingEnabled () |
| |
| void | setGrammarCheckingEnabled (bool) |
| |
| uint64_t | uniqueSpellDocumentTag (WebPageProxy *) |
| |
| void | closeSpellDocumentWithTag (uint64_t) |
| |
| void | checkSpellingOfString (uint64_t tag, const String &text, int32_t &misspellingLocation, int32_t &misspellingLength) |
| |
| void | checkGrammarOfString (uint64_t tag, const String &text, Vector< WebCore::GrammarDetail > &, int32_t &badGrammarLocation, int32_t &badGrammarLength) |
| |
| bool | spellingUIIsShowing () |
| |
| void | toggleSpellingUIIsShowing () |
| |
| void | updateSpellingUIWithMisspelledWord (uint64_t tag, const String &misspelledWord) |
| |
| void | updateSpellingUIWithGrammarString (uint64_t tag, const String &badGrammarPhrase, const WebCore::GrammarDetail &) |
| |
| void | guessesForWord (uint64_t tag, const String &word, Vector< String > &guesses) |
| |
| void | learnWord (uint64_t tag, const String &word) |
| |
| void | ignoreWord (uint64_t tag, const String &word) |
| |
| | Client () |
| |
| void | initialize (const WKTextCheckerClientBase *client) |
| |
| const LatestClientInterface & | client () const |
| |
◆ checkGrammarOfString()
◆ checkSpellingOfString()
◆ closeSpellDocumentWithTag()
| void WebKit::WebTextCheckerClient::closeSpellDocumentWithTag |
( |
uint64_t |
tag | ) |
|
◆ continuousSpellCheckingAllowed()
| bool WebKit::WebTextCheckerClient::continuousSpellCheckingAllowed |
( |
| ) |
|
◆ continuousSpellCheckingEnabled()
| bool WebKit::WebTextCheckerClient::continuousSpellCheckingEnabled |
( |
| ) |
|
◆ grammarCheckingEnabled()
| bool WebKit::WebTextCheckerClient::grammarCheckingEnabled |
( |
| ) |
|
◆ guessesForWord()
◆ ignoreWord()
◆ learnWord()
◆ setContinuousSpellCheckingEnabled()
| void WebKit::WebTextCheckerClient::setContinuousSpellCheckingEnabled |
( |
bool |
enabled | ) |
|
◆ setGrammarCheckingEnabled()
| void WebKit::WebTextCheckerClient::setGrammarCheckingEnabled |
( |
bool |
enabled | ) |
|
◆ spellingUIIsShowing()
| bool WebKit::WebTextCheckerClient::spellingUIIsShowing |
( |
| ) |
|
◆ toggleSpellingUIIsShowing()
| void WebKit::WebTextCheckerClient::toggleSpellingUIIsShowing |
( |
| ) |
|
◆ uniqueSpellDocumentTag()
◆ updateSpellingUIWithGrammarString()
◆ updateSpellingUIWithMisspelledWord()
| void WebKit::WebTextCheckerClient::updateSpellingUIWithMisspelledWord |
( |
uint64_t |
tag, |
|
|
const String & |
misspelledWord |
|
) |
| |
The documentation for this class was generated from the following files: