#include <TextChecker.h>
|
static const TextCheckerState & | state () |
|
static bool | isContinuousSpellCheckingAllowed () |
|
static void | setContinuousSpellCheckingEnabled (bool) |
|
static void | setGrammarCheckingEnabled (bool) |
|
static void | setTestingMode (bool) |
|
static bool | isTestingMode () |
|
static void | continuousSpellCheckingEnabledStateChanged (bool) |
|
static void | grammarCheckingEnabledStateChanged (bool) |
|
static int64_t | uniqueSpellDocumentTag (WebPageProxy *) |
|
static void | closeSpellDocumentWithTag (int64_t) |
|
static void | checkSpellingOfString (int64_t spellDocumentTag, StringView text, int32_t &misspellingLocation, int32_t &misspellingLength) |
|
static void | checkGrammarOfString (int64_t spellDocumentTag, StringView text, Vector< WebCore::GrammarDetail > &, int32_t &badGrammarLocation, int32_t &badGrammarLength) |
|
static bool | spellingUIIsShowing () |
|
static void | toggleSpellingUIIsShowing () |
|
static void | updateSpellingUIWithMisspelledWord (int64_t spellDocumentTag, const String &misspelledWord) |
|
static void | updateSpellingUIWithGrammarString (int64_t spellDocumentTag, const String &badGrammarPhrase, const WebCore::GrammarDetail &) |
|
static void | getGuessesForWord (int64_t spellDocumentTag, const String &word, const String &context, int32_t insertionPoint, Vector< String > &guesses, bool initialCapitalizationEnabled) |
|
static void | learnWord (int64_t spellDocumentTag, const String &word) |
|
static void | ignoreWord (int64_t spellDocumentTag, const String &word) |
|
static void | requestCheckingOfString (PassRefPtr< TextCheckerCompletion >, int32_t insertionPoint) |
|
◆ checkGrammarOfString()
◆ checkSpellingOfString()
◆ closeSpellDocumentWithTag()
void WebKit::TextChecker::closeSpellDocumentWithTag |
( |
int64_t |
| ) |
|
|
static |
◆ continuousSpellCheckingEnabledStateChanged()
void WebKit::TextChecker::continuousSpellCheckingEnabledStateChanged |
( |
bool |
enabled | ) |
|
|
static |
◆ getGuessesForWord()
◆ grammarCheckingEnabledStateChanged()
void WebKit::TextChecker::grammarCheckingEnabledStateChanged |
( |
bool |
enabled | ) |
|
|
static |
◆ ignoreWord()
void WebKit::TextChecker::ignoreWord |
( |
int64_t |
spellDocumentTag, |
|
|
const String & |
word |
|
) |
| |
|
static |
◆ isContinuousSpellCheckingAllowed()
bool WebKit::TextChecker::isContinuousSpellCheckingAllowed |
( |
| ) |
|
|
static |
◆ isTestingMode()
bool WebKit::TextChecker::isTestingMode |
( |
| ) |
|
|
static |
◆ learnWord()
void WebKit::TextChecker::learnWord |
( |
int64_t |
spellDocumentTag, |
|
|
const String & |
word |
|
) |
| |
|
static |
◆ requestCheckingOfString()
◆ setContinuousSpellCheckingEnabled()
void WebKit::TextChecker::setContinuousSpellCheckingEnabled |
( |
bool |
isContinuousSpellCheckingEnabled | ) |
|
|
static |
◆ setGrammarCheckingEnabled()
void WebKit::TextChecker::setGrammarCheckingEnabled |
( |
bool |
isGrammarCheckingEnabled | ) |
|
|
static |
◆ setTestingMode()
void WebKit::TextChecker::setTestingMode |
( |
bool |
enabled | ) |
|
|
static |
◆ spellingUIIsShowing()
bool WebKit::TextChecker::spellingUIIsShowing |
( |
| ) |
|
|
static |
◆ state()
◆ toggleSpellingUIIsShowing()
void WebKit::TextChecker::toggleSpellingUIIsShowing |
( |
| ) |
|
|
static |
◆ uniqueSpellDocumentTag()
◆ updateSpellingUIWithGrammarString()
◆ updateSpellingUIWithMisspelledWord()
void WebKit::TextChecker::updateSpellingUIWithMisspelledWord |
( |
int64_t |
spellDocumentTag, |
|
|
const String & |
misspelledWord |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: