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 517 int HTMLSelectElement::nextValidIndex(int listIndex, SkipDirection direction, int skip) const
537 return nextValidIndex(startIndex, SkipForwards, 1);
544 return nextValidIndex(startIndex, SkipBackwards, 1);
550 int index = nextValidIndex(items.size(), SkipBackwards, INT_MAX);
558 return nextValidIndex(-1, SkipForwards, INT_MAX);
575 return nextValidIndex(edgeIndex, direction, skipAmount);
    [all...]
HTMLSelectElement.h 187 int nextValidIndex(int listIndex, SkipDirection, int skip) const;

Completed in 71 milliseconds