Home
last modified time | relevance | path

Searched refs:TextCheckingTypeGrammar (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/page/
DEditorClient.h66 TextCheckingTypeGrammar = 1 << 2, enumerator
/external/webkit/WebCore/editing/
DEditor.cpp1752 …t64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCh… in findFirstMisspellingOrBadGrammarInRange()
1763 …} else if (checkGrammar && result->type == TextCheckingTypeGrammar && result->location < currentEn… in findFirstMisspellingOrBadGrammarInRange()
2123 …uint64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : Tex… in guessesForMisspelledOrUngrammaticalRange()
2143 …if (result->type == TextCheckingTypeGrammar && result->location <= rangeStartOffset && result->loc… in guessesForMisspelledOrUngrammaticalRange()
2438 checkingTypes |= TextCheckingTypeGrammar; in markAllMisspellingsAndBadGrammarInRanges()
2461 …} else if (markGrammar && result->type == TextCheckingTypeGrammar && resultLocation < grammarRange… in markAllMisspellingsAndBadGrammarInRanges()
/external/webkit/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm711 result.type = TextCheckingTypeGrammar;