Home
last modified time | relevance | path

Searched refs:grammarRange (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h68 …MisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange);
DSpellChecker.cpp490 …rammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* spellingRange, Range* grammarRange) in markAllMisspellingsAndBadGrammarInRanges() argument
497 if (!spellingRange || (shouldMarkGrammar && !grammarRange)) in markAllMisspellingsAndBadGrammarInRanges()
508 Range* rangeToCheck = shouldMarkGrammar ? grammarRange : spellingRange; in markAllMisspellingsAndBadGrammarInRanges()