Home | History | Annotate | Download | only in editing

Lines Matching refs:nextChild

361                 RefPtr<Node> nextChild = child->nextSibling();
363 // Bail if nextChild is no longer node's child.
364 if (nextChild && nextChild->parentNode() != node)
366 child = nextChild;