OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 75 milliseconds