webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for WebKit::TextChecker, including all inherited members.
checkGrammarOfString(int64_t spellDocumentTag, StringView text, Vector< WebCore::GrammarDetail > &, int32_t &badGrammarLocation, int32_t &badGrammarLength) | WebKit::TextChecker | static |
checkSpellingOfString(int64_t spellDocumentTag, StringView text, int32_t &misspellingLocation, int32_t &misspellingLength) | WebKit::TextChecker | static |
closeSpellDocumentWithTag(int64_t) | WebKit::TextChecker | static |
continuousSpellCheckingEnabledStateChanged(bool) | WebKit::TextChecker | static |
getGuessesForWord(int64_t spellDocumentTag, const String &word, const String &context, int32_t insertionPoint, Vector< String > &guesses, bool initialCapitalizationEnabled) | WebKit::TextChecker | static |
grammarCheckingEnabledStateChanged(bool) | WebKit::TextChecker | static |
ignoreWord(int64_t spellDocumentTag, const String &word) | WebKit::TextChecker | static |
isContinuousSpellCheckingAllowed() | WebKit::TextChecker | static |
isTestingMode() | WebKit::TextChecker | static |
learnWord(int64_t spellDocumentTag, const String &word) | WebKit::TextChecker | static |
requestCheckingOfString(PassRefPtr< TextCheckerCompletion >, int32_t insertionPoint) | WebKit::TextChecker | static |
setContinuousSpellCheckingEnabled(bool) | WebKit::TextChecker | static |
setGrammarCheckingEnabled(bool) | WebKit::TextChecker | static |
setTestingMode(bool) | WebKit::TextChecker | static |
spellingUIIsShowing() | WebKit::TextChecker | static |
state() | WebKit::TextChecker | static |
toggleSpellingUIIsShowing() | WebKit::TextChecker | static |
uniqueSpellDocumentTag(WebPageProxy *) | WebKit::TextChecker | static |
updateSpellingUIWithGrammarString(int64_t spellDocumentTag, const String &badGrammarPhrase, const WebCore::GrammarDetail &) | WebKit::TextChecker | static |
updateSpellingUIWithMisspelledWord(int64_t spellDocumentTag, const String &misspelledWord) | WebKit::TextChecker | static |