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

  /external/webkit/Source/WebCore/editing/
TextCheckingHelper.h 52 int checkingLength() const;
53 String checkingSubstring() const { return textSubstring(checkingStart(), checkingLength()); }
55 bool checkingRangeMatches(int location, int length) const { return location == checkingStart() && length == checkingLength(); }
56 bool isCheckingRangeCoveredBy(int location, int length) const { return location <= checkingStart() && location + length >= checkingStart() + checkingLength(); }
TextCheckingHelper.cpp 146 int TextCheckingParagraph::checkingLength() const

Completed in 90 milliseconds