Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp2578 int startingTabIndex; in previousFocusableNode() local
2581 startingTabIndex = start->tabIndex(); in previousFocusableNode()
2584 startingTabIndex = 0; in previousFocusableNode()
2588 if (startingTabIndex < 0) { in previousFocusableNode()
2594 if (Node* winner = previousNodeWithExactTabIndex(startingNode, startingTabIndex, event)) in previousFocusableNode()
2600 startingTabIndex = (start && start->tabIndex()) ? start->tabIndex() : SHRT_MAX; in previousFocusableNode()
2601 return previousNodeWithLowerTabIndex(last, startingTabIndex, event); in previousFocusableNode()