Home | History | Annotate | Download | only in chromium

Lines Matching refs:testIndex

1054         int testIndex = m_selectedIndex;
1057 while (testIndex >= 0 && testIndex < numItems()) {
1058 if (isSelectableItem(testIndex))
1059 bestIndex = testIndex;
1060 if (testIndex == targetIndex)
1065 testIndex += dir;