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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMenuList.cpp413 void RenderMenuList::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow) argument
415 selectElement()->listBoxSelectItem(listIndex, allowMultiplySelections, shift, fireOnChangeNow);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSelectElement.cpp179 void HTMLSelectElement::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow) argument
184 updateSelectedState(listIndex, allowMultiplySelections, shift);

Completed in 64 milliseconds