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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionsCollection.cpp22 #include "core/html/HTMLOptionsCollection.h"
33 HTMLOptionsCollection::HTMLOptionsCollection(Node* select) function in class:WebCore::HTMLOptionsCollection
40 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType)
42 return adoptRef(new HTMLOptionsCollection(select));
45 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionState& exceptionState)
50 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionState& exceptionState)
74 void HTMLOptionsCollection::remove(int index)
79 void HTMLOptionsCollection
[all...]

Completed in 126 milliseconds