OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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