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

/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.cpp90 void HTMLSelectElement::setSelectedIndexByUser(int optionIndex, bool deselect, bool fireOnChangeNow, bool allowMultipleSelection) argument
95 updateSelectedState(m_data, this, optionIndex, allowMultipleSelection, false);
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.cpp117 void WMLSelectElement::setSelectedIndexByUser(int optionIndex, bool deselect, bool fireOnChangeNow, bool allowMultipleSelection) argument
119 UNUSED_PARAM(allowMultipleSelection);

Completed in 19 milliseconds