Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp590 Position downstreamEnd = endingSelection().end().downstream(); in forwardDeleteKeyPressed() local
593downstreamEnd = visibleEnd.next(CannotCrossEditingBoundary).deepEquivalent().downstream(); in forwardDeleteKeyPressed()
595 …(downstreamEnd.deprecatedNode() && downstreamEnd.deprecatedNode()->renderer() && downstreamEnd.dep… in forwardDeleteKeyPressed()
596 …Selection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.deprecatedNode… in forwardDeleteKeyPressed()
DDeleteSelectionCommand.cpp770 Position downstreamEnd = m_selectionToDelete.end().downstream(); in doApply() local
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2337082 cross-block selection. Change the end-of-deletion-fixup case to operate on the downstreamEnd