Searched refs:allowMultiplySelections (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DPopupMenuClient.h75 virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) = 0;
/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.h87 void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true);
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.h113 virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true);
H A DRenderMenuList.cpp323 void RenderMenuList::listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow) argument
326 select->listBoxSelectItem(listIndex, allowMultiplySelections, shift, fireOnChangeNow);
/external/webkit/Source/WebCore/wml/
H A DWMLSelectElement.h92 virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebkitplatformplugin.h66 void selectItem(int index, bool allowMultiplySelections, bool shift);
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A Dqwebkitplatformplugin.h61 void selectItem(int index, bool allowMultiplySelections, bool shift);
/external/webkit/Source/WebCore/dom/
H A DSelectElement.h64 virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) = 0;

Completed in 3216 milliseconds