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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp114 updateSelectedState(optionToListIndex(optionIndex), allowMultipleSelection, false);
184 updateSelectedState(listIndex, allowMultiplySelections, shift);
1332 void HTMLSelectElement::updateSelectedState(int listIndex, bool multi, bool shift) function in class:blink::HTMLSelectElement
1433 updateSelectedState(listIndex, true, gestureEvent.shiftKey());
1450 updateSelectedState(listIndex, mouseEvent->metaKey(), mouseEvent->shiftKey());
1452 updateSelectedState(listIndex, mouseEvent->ctrlKey(), mouseEvent->shiftKey());
1585 updateSelectedState(listToOptionIndex(m_activeSelectionEndIndex), true /*multi*/, false /*shift*/);

Completed in 90 milliseconds