HomeSort by relevance Sort by last modified time
    Searched defs:HTMLOptionsCollection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLOptionsCollection.h 35 class HTMLOptionsCollection : public HTMLCollection {
37 static PassRefPtr<HTMLOptionsCollection> create(Node*, CollectionType);
52 HTMLOptionsCollection(Node*);
HTMLOptionsCollection.cpp 22 #include "core/html/HTMLOptionsCollection.h"
32 HTMLOptionsCollection::HTMLOptionsCollection(Node* select)
39 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType)
41 return adoptRef(new HTMLOptionsCollection(select));
44 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionState& es)
49 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionState& es)
73 void HTMLOptionsCollection::remove(int index)
78 int HTMLOptionsCollection::selectedIndex() cons
    [all...]

Completed in 54 milliseconds