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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 56 bool isCheckingRangeCoveredBy(int location, int length) const { return location <= checkingStart() && location + length >= checkingStart() + checkingLength(); }
TextCheckingHelper.cpp 547 if (result->type == TextCheckingTypeGrammar && paragraph.isCheckingRangeCoveredBy(result->location, result->length)) {

Completed in 235 milliseconds