Home | History | Annotate | Download | only in dom

Lines Matching refs:startNode

532     Node* startNode = deprecatedNode();
533 if (!startNode)
537 Node* boundary = enclosingVisualBoundary(startNode);
541 bool startEditable = startNode->hasEditableStyle();
542 Node* lastNode = startNode;
593 if (currentNode != startNode) {
655 Node* startNode = deprecatedNode();
656 if (!startNode)
660 Node* boundary = enclosingVisualBoundary(startNode);
664 bool startEditable = startNode->hasEditableStyle();
665 Node* lastNode = startNode;
721 if (currentNode != startNode) {