Home | History | Annotate | Download | only in dom

Lines Matching refs:startingNode

2580     Node* startingNode;
2583 startingNode = start->traversePreviousNode();
2586 startingNode = last;
2592 for (Node* n = startingNode; n; n = n->traversePreviousNode())
2597 if (Node* winner = previousNodeWithExactTabIndex(startingNode, startingTabIndex, event))