Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DSpellChecker.cpp146 ASSERT(type == TextCheckingTypeGrammar); in toMarkerType()
164 … if (results[i].type != TextCheckingTypeSpelling && results[i].type != TextCheckingTypeGrammar) in didCheck()
DTextCheckingHelper.cpp277 …eMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCh… in findFirstMisspellingOrBadGrammar()
289 …if (checkGrammar && result->type == TextCheckingTypeGrammar && result->location < currentEndOffset… in findFirstMisspellingOrBadGrammar()
527 …eMask checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCh… in guessesForMisspelledOrUngrammaticalRange()
547 …if (result->type == TextCheckingTypeGrammar && paragraph.isCheckingRangeCoveredBy(result->location… in guessesForMisspelledOrUngrammaticalRange()
DEditor.cpp2199 …} else if (shouldMarkGrammar && result->type == TextCheckingTypeGrammar && grammarParagraph.checki… in markAllMisspellingsAndBadGrammarInRanges()
3263 checkingTypes |= TextCheckingTypeGrammar; in textCheckingTypeMaskFor()
/external/webkit/Source/WebCore/platform/text/
DTextChecking.h47 TextCheckingTypeGrammar = 1 << 2, enumerator
/external/webkit/Source/WebKit/chromium/src/
DWebTextCheckingCompletionImpl.cpp48 return TextCheckingTypeGrammar; in toCoreCheckingType()
/external/webkit/Source/WebKit2/UIProcess/mac/
DTextCheckerMac.mm254 result.type = TextCheckingTypeGrammar;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.mm799 result.type = TextCheckingTypeGrammar;