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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 508 return nextValidIndex(startIndex, SkipForwards, 1);
529 return nextValidIndex(-1, SkipForwards, INT_MAX);
544 int edgeIndex = (direction == SkipForwards) ? 0 : (items.size() - 1);
545 int skipAmount = pageSize + ((direction == SkipForwards) ? startIndex : (edgeIndex - startIndex));
    [all...]
HTMLSelectElement.h 177 SkipForwards = 1

Completed in 42 milliseconds