Home | History | Annotate | Download | only in dom

Lines Matching refs:startingNode

2572     Node* startingNode;
2575 startingNode = start->traversePreviousNode();
2578 startingNode = last;
2584 for (Node* n = startingNode; n; n = n->traversePreviousNode())
2589 if (Node* winner = previousNodeWithExactTabIndex(startingNode, startingTabIndex, event))