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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 57 bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); }
Editor.cpp     [all...]

Completed in 355 milliseconds