Searched defs:nextSelectableListIndexPageAway (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp579 int HTMLSelectElement::nextSelectableListIndexPageAway(int startIndex, SkipDirection direction) const function in class:blink::HTMLSelectElement
1505 endIndex = nextSelectableListIndexPageAway(startIndex, SkipForwards);
1512 endIndex = nextSelectableListIndexPageAway(startIndex, SkipBackwards);
1523 endIndex = nextSelectableListIndexPageAway(m_activeSelectionEndIndex, SkipForwards);
1526 endIndex = nextSelectableListIndexPageAway(m_activeSelectionEndIndex, SkipBackwards);

Completed in 51 milliseconds