Lines Matching refs:HTMLOptionsCollection
22 #include "HTMLOptionsCollection.h"
30 HTMLOptionsCollection::HTMLOptionsCollection(PassRefPtr<HTMLSelectElement> select)
35 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(PassRefPtr<HTMLSelectElement> select)
37 return adoptRef(new HTMLOptionsCollection(select));
40 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionCode &ec)
45 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionCode &ec)
70 void HTMLOptionsCollection::remove(int index)
75 int HTMLOptionsCollection::selectedIndex() const
80 void HTMLOptionsCollection::setSelectedIndex(int index)
85 void HTMLOptionsCollection::setLength(unsigned length, ExceptionCode& ec)