Searched refs:nextNodeWithExactTabIndex (Results 1 – 2 of 2) sorted by relevance
1864 static Node* nextNodeWithExactTabIndex(Node* start, int tabIndex, KeyboardEvent* event) in nextNodeWithExactTabIndex() function1923 … if (Node* winner = nextNodeWithExactTabIndex(start->traverseNextNode(), start->tabIndex(), event)) in nextFocusableNode()1939 return nextNodeWithExactTabIndex(this, 0, event); in nextFocusableNode()
68852 (WebCore::nextNodeWithExactTabIndex): New static helper