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 176 SkipBackwards = -1,
HTMLSelectElement.cpp 515 return nextValidIndex(startIndex, SkipBackwards, 1);
521 int index = nextValidIndex(items.size(), SkipBackwards, INT_MAX);
    [all...]

Completed in 242 milliseconds