Home | History | Annotate | Download | only in dom

Lines Matching defs:startNode

560     Node* startNode = deprecatedNode();
561 if (!startNode)
565 Node* boundary = enclosingVisualBoundary(startNode);
569 bool startEditable = startNode->rendererIsEditable();
570 Node* lastNode = startNode;
621 if (currentNode != startNode) {
683 Node* startNode = deprecatedNode();
684 if (!startNode)
688 Node* boundary = enclosingVisualBoundary(startNode);
692 bool startEditable = startNode->rendererIsEditable();
693 Node* lastNode = startNode;
749 if (currentNode != startNode) {