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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 179 SkipBackwards = -1,
HTMLSelectElement.cpp 510 return nextValidIndex(startIndex, SkipBackwards, 1);
516 int index = nextValidIndex(items.size(), SkipBackwards, INT_MAX);
    [all...]

Completed in 37 milliseconds