Home | History | Annotate | Download | only in dom

Lines Matching defs:startNode

519     Node* startNode = deprecatedNode();
520 if (!startNode)
524 Node* boundary = enclosingVisualBoundary(startNode);
528 bool startEditable = startNode->rendererIsEditable();
529 Node* lastNode = startNode;
580 if (currentNode != startNode) {
641 Node* startNode = deprecatedNode();
642 if (!startNode)
646 Node* boundary = enclosingVisualBoundary(startNode);
650 bool startEditable = startNode->rendererIsEditable();
651 Node* lastNode = startNode;
707 if (currentNode != startNode) {