Searched refs:winningTabIndex (Results 1 – 1 of 1) sorted by relevance
481 int winningTabIndex = std::numeric_limits<short>::max() + 1; in nextNodeWithGreaterTabIndex() local484 … if (shouldVisit(node) && node->tabIndex() > tabIndex && node->tabIndex() < winningTabIndex) { in nextNodeWithGreaterTabIndex()486 winningTabIndex = node->tabIndex(); in nextNodeWithGreaterTabIndex()496 int winningTabIndex = 0; in previousNodeWithLowerTabIndex() local500 …ardFocusableShadowHost(node)) && currentTabIndex < tabIndex && currentTabIndex > winningTabIndex) { in previousNodeWithLowerTabIndex()502 winningTabIndex = currentTabIndex; in previousNodeWithLowerTabIndex()