Searched defs:nextSelectableListIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp552 int HTMLSelectElement::nextSelectableListIndex(int startIndex) const function in class:blink::HTMLSelectElement
606 setActiveSelectionAnchorIndex(nextSelectableListIndex(-1));
911 selectOption(nextSelectableListIndex(-1));
1503 endIndex = nextSelectableListIndex(startIndex);
1517 endIndex = nextSelectableListIndex(m_activeSelectionEndIndex);

Completed in 68 milliseconds