TextDecorationTypeGrammar 573 Source/core/editing/SpellChecker.cpp } else if (shouldMarkGrammar && result->decoration == TextDecorationTypeGrammar && paragraph.checkingRangeCovers(resultLocation, resultLength)) { TextDecorationTypeGrammar 61 Source/core/editing/TextCheckingHelper.cpp badGrammar.decoration = TextDecorationTypeGrammar; TextDecorationTypeGrammar 354 Source/core/editing/TextCheckingHelper.cpp if (checkGrammar && result->decoration == TextDecorationTypeGrammar && result->location < currentEndOffset && result->location + result->length > currentStartOffset) { TextDecorationTypeGrammar 534 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeGrammar, TextDecorationTypeGrammar); TextDecorationTypeGrammar 537 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebTextDecorationTypeGrammar, TextDecorationTypeGrammar); TextDecorationTypeGrammar 48 Source/web/WebTextCheckingResult.cpp if (result.decoration == TextDecorationTypeGrammar) {