Searched defs:checkingTypes (Results 1 – 3 of 3) sorted by relevance
277 …TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGr… in findFirstMisspellingOrBadGrammar() local527 …TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGr… in guessesForMisspelledOrUngrammaticalRange() local
3259 TextCheckingTypeMask checkingTypes = 0; in textCheckingTypeMaskFor() local
2458 void WebPageProxy::checkTextOfParagraph(const String& text, uint64_t checkingTypes, Vector<TextChec… in checkTextOfParagraph()