Home
last modified time | relevance | path

Searched refs:textRunRange (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp2361 RefPtr<Range> textRunRange; in rangeFromLocationAndLength() local
2367 textRunRange = it.range(); in rangeFromLocationAndLength()
2370 resultRange->setStart(textRunRange->startContainer(), 0, ec); in rangeFromLocationAndLength()
2372 resultRange->setEnd(textRunRange->startContainer(), 0, ec); in rangeFromLocationAndLength()
2380 textRunRange = it.range(); in rangeFromLocationAndLength()
2396 textRunRange->setEnd(range->startContainer(), range->startOffset(), ec); in rangeFromLocationAndLength()
2399 Position runStart = textRunRange->startPosition(); in rangeFromLocationAndLength()
2403textRunRange->setEnd(runEnd.containerNode(), runEnd.computeOffsetInContainerNode(), ec); in rangeFromLocationAndLength()
2413 if (textRunRange->startContainer()->isTextNode()) { in rangeFromLocationAndLength()
2415 …resultRange->setStart(textRunRange->startContainer(), offset + textRunRange->startOffset(), except… in rangeFromLocationAndLength()
[all …]