OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextDecorationTypeGrammar
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/text/
TextDecoration.h
38
TextDecorationTypeGrammar
= 1 << 2,
/external/chromium_org/third_party/WebKit/Source/web/
WebTextCheckingResult.cpp
48
if (result.decoration ==
TextDecorationTypeGrammar
) {
AssertMatchingEnums.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
61
badGrammar.decoration =
TextDecorationTypeGrammar
;
354
if (checkGrammar && result->decoration ==
TextDecorationTypeGrammar
&& result->location < currentEndOffset && result->location + result->length > currentStartOffset) {
SpellChecker.cpp
603
} else if (shouldMarkGrammar && result->decoration ==
TextDecorationTypeGrammar
&& paragraph.checkingRangeCovers(resultLocation, resultLength)) {
[
all
...]
Completed in 64 milliseconds