Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp481 int winningTabIndex = std::numeric_limits<short>::max() + 1; in nextNodeWithGreaterTabIndex() local
484 … if (shouldVisit(node) && node->tabIndex() > tabIndex && node->tabIndex() < winningTabIndex) { in nextNodeWithGreaterTabIndex()
486 winningTabIndex = node->tabIndex(); in nextNodeWithGreaterTabIndex()
496 int winningTabIndex = 0; in previousNodeWithLowerTabIndex() local
500 …ardFocusableShadowHost(node)) && currentTabIndex < tabIndex && currentTabIndex > winningTabIndex) { in previousNodeWithLowerTabIndex()
502 winningTabIndex = currentTabIndex; in previousNodeWithLowerTabIndex()