Home | History | Annotate | Download | only in editing

Lines Matching refs:pastEnd

541         Node* pastEnd = range->pastLastNode();
542 // In the loop below, n should eventually match pastEnd and not become nil, but we've seen at least one
544 for (Node* n = startNode; n && n != pastEnd; n = n->traverseNextNode()) {