SkipForwards      535 Source/core/html/HTMLSelectElement.cpp     return nextValidIndex(startIndex, SkipForwards, 1);
SkipForwards      556 Source/core/html/HTMLSelectElement.cpp     return nextValidIndex(-1, SkipForwards, INT_MAX);
SkipForwards      571 Source/core/html/HTMLSelectElement.cpp     int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1);
SkipForwards      572 Source/core/html/HTMLSelectElement.cpp     int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex));
SkipForwards     1170 Source/core/html/HTMLSelectElement.cpp             listIndex = nextValidIndex(listIndex, SkipForwards, 1);
SkipForwards     1174 Source/core/html/HTMLSelectElement.cpp             listIndex = nextValidIndex(listIndex, SkipForwards, 3);
SkipForwards     1178 Source/core/html/HTMLSelectElement.cpp             listIndex = nextValidIndex(-1, SkipForwards, 1);
SkipForwards     1423 Source/core/html/HTMLSelectElement.cpp                     endIndex = nextSelectableListIndexPageAway(startIndex, SkipForwards);
SkipForwards     1441 Source/core/html/HTMLSelectElement.cpp                 endIndex = nextSelectableListIndexPageAway(m_activeSelectionEndIndex, SkipForwards);