HTMLOptionsCollection 50 Source/bindings/v8/custom/V8HTMLCollectionCustom.cpp return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate); HTMLOptionsCollection 53 Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder()); HTMLOptionsCollection 72 Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder()); HTMLOptionsCollection 2977 Source/core/dom/Element.cpp return ensureRareData().ensureNodeLists().addCache<HTMLOptionsCollection>(*this, type); HTMLOptionsCollection 34 Source/core/html/HTMLOptionsCollection.cpp HTMLOptionsCollection::HTMLOptionsCollection(ContainerNode& select) HTMLOptionsCollection 41 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::supportedPropertyNames(Vector<String>& names) HTMLOptionsCollection 67 Source/core/html/HTMLOptionsCollection.cpp PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(ContainerNode& select, CollectionType) HTMLOptionsCollection 69 Source/core/html/HTMLOptionsCollection.cpp return adoptRef(new HTMLOptionsCollection(select)); HTMLOptionsCollection 72 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionState& exceptionState) HTMLOptionsCollection 77 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionState& exceptionState) HTMLOptionsCollection 101 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::remove(int index) HTMLOptionsCollection 106 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::remove(HTMLOptionElement* option) HTMLOptionsCollection 111 Source/core/html/HTMLOptionsCollection.cpp int HTMLOptionsCollection::selectedIndex() const HTMLOptionsCollection 116 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::setSelectedIndex(int index) HTMLOptionsCollection 121 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::setLength(unsigned length, ExceptionState& exceptionState) HTMLOptionsCollection 126 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::namedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) HTMLOptionsCollection 145 Source/core/html/HTMLOptionsCollection.cpp bool HTMLOptionsCollection::anonymousIndexedSetter(unsigned index, PassRefPtr<HTMLOptionElement> value, ExceptionState& exceptionState) HTMLOptionsCollection 35 Source/core/html/HTMLOptionsCollection.h class HTMLOptionsCollection FINAL : public HTMLCollection { HTMLOptionsCollection 37 Source/core/html/HTMLOptionsCollection.h static PassRefPtr<HTMLOptionsCollection> create(ContainerNode&, CollectionType); HTMLOptionsCollection 52 Source/core/html/HTMLOptionsCollection.h explicit HTMLOptionsCollection(ContainerNode&); HTMLOptionsCollection 381 Source/core/html/HTMLSelectElement.cpp PassRefPtr<HTMLOptionsCollection> HTMLSelectElement::options() HTMLOptionsCollection 383 Source/core/html/HTMLSelectElement.cpp return static_cast<HTMLOptionsCollection*>(ensureCachedHTMLCollection(SelectOptions).get()); HTMLOptionsCollection 76 Source/core/html/HTMLSelectElement.h PassRefPtr<HTMLOptionsCollection> options();