Searched refs:startDownstream (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DReplaceSelectionCommand.cpp1311 Position startDownstream = startOfInsertedContent.deepEquivalent().downstream(); local
1312 Node* startNode = startDownstream.computeNodeAfterPosition();
1314 if (startDownstream.anchorType() == Position::PositionIsOffsetInAnchor) {
1315 startNode = startDownstream.containerNode();
1316 startOffset = startDownstream.offsetInContainerNode();

Completed in 120 milliseconds