Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h68 …void markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask, Range* spellingRange, Range* g…
DSpellChecker.cpp490 …ndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* spellingRange, Range* gramma… in markAllMisspellingsAndBadGrammarInRanges() argument
497 if (!spellingRange || (shouldMarkGrammar && !grammarRange)) in markAllMisspellingsAndBadGrammarInRanges()
501 Node* editableNode = spellingRange->startContainer(); in markAllMisspellingsAndBadGrammarInRanges()
508 Range* rangeToCheck = shouldMarkGrammar ? grammarRange : spellingRange; in markAllMisspellingsAndBadGrammarInRanges()