OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkipForwards
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp
503
return nextValidIndex(startIndex,
SkipForwards
, 1);
524
return nextValidIndex(-1,
SkipForwards
, INT_MAX);
539
int edgeIndex = (direction ==
SkipForwards
) ? 0 : (items.size() - 1);
540
int skipAmount = pageSize + ((direction ==
SkipForwards
) ? startIndex : (edgeIndex - startIndex));
[
all
...]
HTMLSelectElement.h
180
SkipForwards
= 1
Completed in 23 milliseconds