Searched refs:TextDecorationTypeGrammar (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextDecoration.h38 TextDecorationTypeGrammar = 1 << 2, enumerator in enum:blink::TextDecorationType
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextCheckingResult.cpp46 if (result.decoration == TextDecorationTypeGrammar) {
H A DAssertMatchingEnums.cpp530 COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeGrammar, TextDecorationTypeGrammar);
533 COMPILE_ASSERT_MATCHING_ENUM(WebTextDecorationTypeGrammar, TextDecorationTypeGrammar);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextCheckingHelper.cpp61 badGrammar.decoration = TextDecorationTypeGrammar;
354 if (checkGrammar && result->decoration == TextDecorationTypeGrammar && result->location < currentEndOffset && result->location + result->length > currentStartOffset) {
H A DSpellChecker.cpp618 } else if (shouldMarkGrammar && result->decoration == TextDecorationTypeGrammar && paragraph.checkingRangeCovers(resultLocation, resultLength)) {

Completed in 829 milliseconds