Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DPlainTextRange.h52 PassRefPtr<Range> createRangeForSelection(const ContainerNode& scope) const;
DPlainTextRange.cpp65 PassRefPtr<Range> PlainTextRange::createRangeForSelection(const ContainerNode& scope) const in createRangeForSelection() function in WebCore::PlainTextRange
DCompositeEditCommand.cpp1284 …RefPtr<Range> start = PlainTextRange(destinationIndex + startIndex).createRangeForSelection(*docum… in moveParagraphs()
1285 …RefPtr<Range> end = PlainTextRange(destinationIndex + endIndex).createRangeForSelection(*document(… in moveParagraphs()
DApplyStyleCommand.cpp289 startRange = PlainTextRange(startIndex).createRangeForSelection(*toContainerNode(scope)); in applyBlockStyle()
290 endRange = PlainTextRange(endIndex).createRangeForSelection(*toContainerNode(scope)); in applyBlockStyle()
Dhtmlediting.cpp1072 RefPtr<Range> range = PlainTextRange(index).createRangeForSelection(*scope); in visiblePositionForIndex()