Searched refs:nextValidIndex (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | SelectElement.cpp | 82 static int nextValidIndex(const Vector<Element*>& listItems, int listIndex, SkipDirection direction… in nextValidIndex() function 100 return nextValidIndex(data.listItems(element), startIndex, SkipForwards, 1); in nextSelectableListIndex() 107 return nextValidIndex(data.listItems(element), startIndex, SkipBackwards, 1); in previousSelectableListIndex() 113 int index = nextValidIndex(items, items.size(), SkipBackwards, INT_MAX); in firstSelectableListIndex() 121 return nextValidIndex(data.listItems(element), -1, SkipForwards, INT_MAX); in lastSelectableListIndex() 138 return nextValidIndex(items, edgeIndex, direction, skipAmount); in nextSelectableListIndexPageAway() 602 listIndex = nextValidIndex(listItems, listIndex, SkipForwards, 1); in menuListDefaultEventHandler() 605 listIndex = nextValidIndex(listItems, listIndex, SkipBackwards, 1); in menuListDefaultEventHandler() 608 listIndex = nextValidIndex(listItems, listIndex, SkipForwards, 3); in menuListDefaultEventHandler() 611 listIndex = nextValidIndex(listItems, listIndex, SkipBackwards, 3); in menuListDefaultEventHandler() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 27992 (WebCore::nextValidIndex): Moved from elsewhere in the file to be used by other routines. 27994 (WebCore::nextSelectableListIndex): Implemented with nextValidIndex. 27996 (WebCore::previousSelectableListIndex): Implemented with nextValidIndex.
|
D | ChangeLog-2010-01-29 | 82519 (WebCore::nextValidIndex):
|
D | ChangeLog-2010-12-06 | 10993 (WebCore::nextValidIndex):
|