HomeSort by relevance Sort by last modified time
    Searched refs:nextValidIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 489 int HTMLSelectElement::nextValidIndex(int listIndex, SkipDirection direction, int skip) const
508 return nextValidIndex(startIndex, SkipForwards, 1);
515 return nextValidIndex(startIndex, SkipBackwards, 1);
521 int index = nextValidIndex(items.size(), SkipBackwards, INT_MAX);
529 return nextValidIndex(-1, SkipForwards, INT_MAX);
546 return nextValidIndex(edgeIndex, direction, skipAmount);
    [all...]
HTMLSelectElement.h 179 int nextValidIndex(int listIndex, SkipDirection, int skip) const;

Completed in 31 milliseconds