Searched refs:checkGrammar (Results 1 – 2 of 2) sorted by relevance
225 String TextCheckingHelper::findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling,… in findFirstMisspellingOrBadGrammar() argument277 …TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGr… in findFirstMisspellingOrBadGrammar()289 …if (checkGrammar && result->type == TextCheckingTypeGrammar && result->location < currentEndOffset… in findFirstMisspellingOrBadGrammar()313 …if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation … in findFirstMisspellingOrBadGrammar()324 if (checkGrammar && !badGrammarPhrase.isEmpty()) { in findFirstMisspellingOrBadGrammar()348 UNUSED_PARAM(checkGrammar); in findFirstMisspellingOrBadGrammar()510 Vector<String> TextCheckingHelper::guessesForMisspelledOrUngrammaticalRange(bool checkGrammar, bool… in guessesForMisspelledOrUngrammaticalRange() argument527 …TextCheckingTypeMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGr… in guessesForMisspelledOrUngrammaticalRange()542 if (!checkGrammar) in guessesForMisspelledOrUngrammaticalRange()566 UNUSED_PARAM(checkGrammar); in guessesForMisspelledOrUngrammaticalRange()
82 …String findFirstMisspellingOrBadGrammar(bool checkGrammar, bool& outIsSpelling, int& outFirstFound…89 …Vector<String> guessesForMisspelledOrUngrammaticalRange(bool checkGrammar, bool& misspelled, bool&…