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

/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.cpp148 void HTMLSelectElement::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow) argument
153 updateSelectedState(m_data, this, listIndex, allowMultiplySelections, shift);
/external/webkit/Source/WebCore/rendering/
H A DRenderMenuList.cpp323 void RenderMenuList::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow) argument
326 select->listBoxSelectItem(listIndex, allowMultiplySelections, shift, fireOnChangeNow);

Completed in 183 milliseconds