TextDecorationTypeSpelling 569 Source/core/editing/SpellChecker.cpp if (shouldMarkSpelling && result->decoration == TextDecorationTypeSpelling && resultLocation >= paragraph.checkingStart() && resultLocation + resultLength <= spellingRangeEndOffset && !resultEndsAtAmbiguousBoundary) { TextDecorationTypeSpelling 90 Source/core/editing/TextCheckingHelper.cpp misspelling.decoration = TextDecorationTypeSpelling; TextDecorationTypeSpelling 347 Source/core/editing/TextCheckingHelper.cpp if (result->decoration == TextDecorationTypeSpelling && result->location >= currentStartOffset && result->location + result->length <= currentEndOffset) { TextDecorationTypeSpelling 533 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebTextCheckingTypeSpelling, TextDecorationTypeSpelling); TextDecorationTypeSpelling 536 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebTextDecorationTypeSpelling, TextDecorationTypeSpelling);