Home
last modified time | relevance | path

Searched refs:nextNodeWithExactTabIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/dom/
DDocument.cpp1864 static Node* nextNodeWithExactTabIndex(Node* start, int tabIndex, KeyboardEvent* event) in nextNodeWithExactTabIndex() function
1923 … if (Node* winner = nextNodeWithExactTabIndex(start->traverseNextNode(), start->tabIndex(), event)) in nextFocusableNode()
1939 return nextNodeWithExactTabIndex(this, 0, event); in nextFocusableNode()
/external/webkit/WebCore/
DChangeLog-2007-10-1468852 (WebCore::nextNodeWithExactTabIndex): New static helper