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

/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp2382 bool foundEnd = rangeEnd >= docTextPosition && rangeEnd <= docTextPosition + len; local
2384 // Fix textRunRange->endPosition(), but only if foundStart || foundEnd, because it is only
2386 if (foundEnd) {
2423 if (foundEnd) {

Completed in 104 milliseconds