Home | History | Annotate | Download | only in editing

Lines Matching refs:nodeIndex

1564         updateStartEnd(Position(start.node()->parentNode(), start.node()->nodeIndex()), Position(end.node(), end.deprecatedEditingOffset() - endOffsetAdjustment));
1580 updateStartEnd(Position(startNode, start.deprecatedEditingOffset()), Position(prevNode->parent(), prevNode->nodeIndex() + 1));
1654 int startOffsetAdjustment = startChild->nodeIndex();
1695 int endOffset = nextChild ? nextChild->nodeIndex() : nextElement->childNodes()->length();