Home | History | Annotate | Download | only in editing

Lines Matching refs:nextPosition

127     for (Position nextPosition = pos; nextPosition.containerNode() != enclosingBlockNode; pos = nextPosition) {
132 nextPosition = positionInParentAfterNode(*pos.containerNode());
134 if (nextPosition == pos
135 || enclosingBlock(nextPosition.containerNode()) != enclosingBlockNode
136 || VisiblePosition(pos) != VisiblePosition(nextPosition))