HomeSort by relevance Sort by last modified time
    Searched refs:rangeFromLocationAndLength (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/editing/
TextIterator.h 86 static PassRefPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements = false);
IndentOutdentCommand.cpp 314 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
315 RefPtr<Range> endRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), endIndex, 0, true);
CompositeEditCommand.cpp 317 RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length);
    [all...]
ApplyStyleCommand.cpp 627 startRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), startIndex, 0, true);
628 endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, true);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 725 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length);
    [all...]

Completed in 767 milliseconds