Home | History | Annotate | Download | only in editing

Lines Matching refs:downstream

906     // If the downstream node has been removed there's no point in continuing.
907 if (!insertionPos.downstream().deprecatedNode())
910 // NOTE: This would be an incorrect usage of downstream() if downstream() were changed to mean the last position after
913 Node* endBR = insertionPos.downstream().deprecatedNode()->hasTagName(brTag) ? insertionPos.downstream().deprecatedNode() : 0;
916 originalVisPosBeforeEndBR = VisiblePosition(positionBeforeNode(endBR), DOWNSTREAM).previous();
1079 m_firstNodeInserted = endingSelection().visibleStart().deepEquivalent().downstream().deprecatedNode();
1109 lastPositionToSelect = next.deepEquivalent().downstream();
1148 Node* startNode = positionAtStartOfInsertedContent().deepEquivalent().downstream().deprecatedNode();