OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkingRangeCovers
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.h
62
bool
checkingRangeCovers
(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); }
SpellChecker.cpp
603
} else if (shouldMarkGrammar && result->decoration == TextDecorationTypeGrammar && paragraph.
checkingRangeCovers
(resultLocation, resultLength)) {
608
if (paragraph.
checkingRangeCovers
(resultLocation + detail->location, detail->length)) {
[
all
...]
Completed in 79 milliseconds