Searched refs:SkipDirection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.h194 enum SkipDirection { enum in class:blink::FINAL
198 int nextValidIndex(int listIndex, SkipDirection, int skip) const;
203 int nextSelectableListIndexPageAway(int startIndex, SkipDirection) const;
H A DHTMLSelectElement.cpp528 int HTMLSelectElement::nextValidIndex(int listIndex, SkipDirection direction, int skip) const
579 int HTMLSelectElement::nextSelectableListIndexPageAway(int startIndex, SkipDirection direction) const

Completed in 117 milliseconds