Searched refs:winningTabIndex (Results 1 – 1 of 1) sorted by relevance
2515 int winningTabIndex = SHRT_MAX + 1; in nextNodeWithGreaterTabIndex() local2518 …if (n->isKeyboardFocusable(event) && n->tabIndex() > tabIndex && n->tabIndex() < winningTabIndex) { in nextNodeWithGreaterTabIndex()2520 winningTabIndex = n->tabIndex(); in nextNodeWithGreaterTabIndex()2529 int winningTabIndex = 0; in previousNodeWithLowerTabIndex() local2532 …if (n->isKeyboardFocusable(event) && n->tabIndex() < tabIndex && n->tabIndex() > winningTabIndex) { in previousNodeWithLowerTabIndex()2534 winningTabIndex = n->tabIndex(); in previousNodeWithLowerTabIndex()