Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp605 int resultLocation = result->location + paragraph.checkingStart(); in markAndReplaceFor() local
607 …bool resultEndsAtAmbiguousBoundary = ambiguousBoundaryOffset >= 0 && resultLocation + resultLength… in markAndReplaceFor()
614 …->decoration == TextDecorationTypeSpelling && resultLocation >= paragraph.checkingStart() && resul… in markAndReplaceFor()
615 ASSERT(resultLength > 0 && resultLocation >= 0); in markAndReplaceFor()
616 … RefPtrWillBeRawPtr<Range> misspellingRange = paragraph.subrange(resultLocation, resultLength); in markAndReplaceFor()
618 …ration == TextDecorationTypeGrammar && paragraph.checkingRangeCovers(resultLocation, resultLength)… in markAndReplaceFor()
619 ASSERT(resultLength > 0 && resultLocation >= 0); in markAndReplaceFor()
623 … if (paragraph.checkingRangeCovers(resultLocation + detail->location, detail->length)) { in markAndReplaceFor()
624 …RefPtrWillBeRawPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail->location, … in markAndReplaceFor()
628 …n == TextDecorationTypeInvisibleSpellcheck && resultLocation >= paragraph.checkingStart() && resul… in markAndReplaceFor()
[all …]