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

  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 590 Position downstreamEnd = endingSelection().end().downstream();
593 downstreamEnd = visibleEnd.next(CannotCrossEditingBoundary).deepEquivalent().downstream();
595 if (downstreamEnd.deprecatedNode() && downstreamEnd.deprecatedNode()->renderer() && downstreamEnd.deprecatedNode()->renderer()->isTable() && !downstreamEnd.deprecatedEditingOffset()) {
596 setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.deprecatedNode()), DOWNSTREAM));
DeleteSelectionCommand.cpp     [all...]

Completed in 38 milliseconds