Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:spellDocumentTag

2446 int64_t WebPageProxy::spellDocumentTag()
2460 results = TextChecker::checkTextOfParagraph(spellDocumentTag(), text.characters(), text.length(), checkingTypes);
2467 TextChecker::checkSpellingOfString(spellDocumentTag(), text.characters(), text.length(), misspellingLocation, misspellingLength);
2472 TextChecker::checkGrammarOfString(spellDocumentTag(), text.characters(), text.length(), grammarDetails, badGrammarLocation, badGrammarLength);
2482 TextChecker::updateSpellingUIWithMisspelledWord(spellDocumentTag(), misspelledWord);
2487 TextChecker::updateSpellingUIWithGrammarString(spellDocumentTag(), badGrammarPhrase, grammarDetail);
2492 TextChecker::getGuessesForWord(spellDocumentTag
2500 TextChecker::learnWord(spellDocumentTag(), word);
2508 TextChecker::ignoreWord(spellDocumentTag(), word);