Searched defs:checkingRangeCovers (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextCheckingHelper.h57 bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); } function in class:WebCore::TextCheckingParagraph

Completed in 62 milliseconds