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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp182 optionSelectedByUser(listToOptionIndex(listIndex), fireOnChangeNow, false);
993 int HTMLSelectElement::listToOptionIndex(int listIndex) const function in class:blink::HTMLSelectElement
1272 selectOption(listToOptionIndex(listIndex), DeselectOtherOptions | DispatchInputAndChangeEvent | UserDriven);
1585 updateSelectedState(listToOptionIndex(m_activeSelectionEndIndex), true /*multi*/, false /*shift*/);
1656 selectOption(listToOptionIndex(index), DeselectOtherOptions | DispatchInputAndChangeEvent | UserDriven);

Completed in 170 milliseconds