Searched refs:adjustedTabIndex (Results 1 – 1 of 1) sorted by relevance
203 static inline int adjustedTabIndex(Node* node) in adjustedTabIndex() function472 if (shouldVisit(node) && adjustedTabIndex(node) == tabIndex) in findNodeWithExactTabIndex()499 int currentTabIndex = adjustedTabIndex(node); in previousNodeWithLowerTabIndex()511 int tabIndex = adjustedTabIndex(start); in nextFocusableNode()515 if (shouldVisit(node) && adjustedTabIndex(node) >= 0) in nextFocusableNode()532 …if (Node* winner = nextNodeWithGreaterTabIndex(scope.rootNode(), start ? adjustedTabIndex(start) :… in nextFocusableNode()553 startingTabIndex = adjustedTabIndex(start); in previousFocusableNode()562 if (shouldVisit(node) && adjustedTabIndex(node) >= 0) in previousFocusableNode()