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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DPlainTextRange.cpp101 bool foundEnd = end() >= docTextPosition && end() <= docTextPosition + len; local
103 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
105 if (foundEnd) {
136 if (foundEnd) {

Completed in 146 milliseconds