Home | History | Annotate | Download | only in editing

Lines Matching refs:pastLast

582         Node* pastLast = Range::create(m_frame->document(), position.parentAnchoredEquivalent(), end.parentAnchoredEquivalent())->pastLastNode();
583 for (Node* n = node; n && n != pastLast; n = n->traverseNextNode()) {