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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 55 bool checkingRangeMatches(int location, int length) const { return location == checkingStart() && length == checkingLength(); }
TextCheckingHelper.cpp 532 if (result->type == TextCheckingTypeSpelling && paragraph.checkingRangeMatches(result->location, result->length)) {
551 if (paragraph.checkingRangeMatches(result->location + detail->location, detail->length)) {

Completed in 153 milliseconds