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

  /external/webkit/Source/WebCore/editing/
TextIterator.h 101 static PassRefPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements = false);
ApplyBlockElementCommand.cpp 89 RefPtr<Range> startRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, 0, true);
90 RefPtr<Range> endRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), endIndex, 0, true);
CompositeEditCommand.cpp 322 RefPtr<Range> selectedRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), startIndex, length);
    [all...]
InsertListCommand.cpp 158 RefPtr<Range> lastSelectionRange = TextIterator::rangeFromLocationAndLength(document()->documentElement(), indexForEndOfSelection, 0, true);
ApplyStyleCommand.cpp 290 startRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), startIndex, 0, true);
291 endRange = TextIterator::rangeFromLocationAndLength(static_cast<Element*>(scope), endIndex, 0, true);
    [all...]
TextIterator.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 563 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 369 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 598 RefPtr<Range> range = TextIterator::rangeFromLocationAndLength(scope, location, length);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 699 return TextIterator::rangeFromLocationAndLength(scope, nsrange.location, nsrange.length);
    [all...]

Completed in 472 milliseconds