Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DCompositeEditCommand.cpp299 …RefPtr<Range> startRange = Range::create(document(), Position(document()->documentElement(), 0), e… in inputText() local
300 int startIndex = TextIterator::rangeLength(startRange.get()); in inputText()
771 …RefPtr<Range> startRange = Range::create(document(), rangeCompliantEquivalent(startOfParagraphToMo… in moveParagraphs() local
772 startIndex = TextIterator::rangeLength(startRange.get(), true); in moveParagraphs()
DApplyStyleCommand.cpp548 …RefPtr<Range> startRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleS… in applyBlockStyle() local
550 int startIndex = TextIterator::rangeLength(startRange.get(), true); in applyBlockStyle()
574startRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), startIndex, 0,… in applyBlockStyle()
576 if (startRange && endRange) in applyBlockStyle()
577 updateStartEnd(startRange->startPosition(), endRange->startPosition()); in applyBlockStyle()