Home | History | Annotate | Download | only in editing

Lines Matching defs:lastNode

782     RefPtr<Node> lastNode = topNode;
784 if (start.deprecatedNode() != outerNode && lastNode->isElementNode()) {
796 appendNode(child, static_cast<Element *>(lastNode.get()));
797 lastNode = child.release();
815 lastNode = topNode->lastChild();
818 insertNodeAfter(clonedNode, lastNode);
819 lastNode = clonedNode.release();