Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp2512 static Node* nextNodeWithGreaterTabIndex(Node* start, int tabIndex, KeyboardEvent* event) in nextNodeWithGreaterTabIndex() function
2562 if (Node* winner = nextNodeWithGreaterTabIndex(this, start ? start->tabIndex() : 0, event)) in nextFocusableNode()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1468855 (WebCore::nextNodeWithGreaterTabIndex): Ditto.