HomeSort by relevance Sort by last modified time
    Searched refs:checkingRangeCovers (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h 62 bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); }
SpellChecker.cpp 603 } else if (shouldMarkGrammar && result->decoration == TextDecorationTypeGrammar && paragraph.checkingRangeCovers(resultLocation, resultLength)) {
608 if (paragraph.checkingRangeCovers(resultLocation + detail->location, detail->length)) {
    [all...]

Completed in 79 milliseconds