Home
last modified time | relevance | path

Searched refs:HTMLOptionsCollection (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptionsCollection.cpp33 HTMLOptionsCollection::HTMLOptionsCollection(Node* select) in HTMLOptionsCollection() function in WebCore::HTMLOptionsCollection
40 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType) in create()
42 return adoptRef(new HTMLOptionsCollection(select)); in create()
45 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionState& exceptionSta… in add()
50 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionState& e… in add()
74 void HTMLOptionsCollection::remove(int index) in remove()
79 void HTMLOptionsCollection::remove(HTMLOptionElement* option) in remove()
84 int HTMLOptionsCollection::selectedIndex() const in selectedIndex()
89 void HTMLOptionsCollection::setSelectedIndex(int index) in setSelectedIndex()
94 void HTMLOptionsCollection::setLength(unsigned length, ExceptionState& exceptionState) in setLength()
[all …]
DHTMLOptionsCollection.h35 class HTMLOptionsCollection FINAL : public HTMLCollection {
37 static PassRefPtr<HTMLOptionsCollection> create(Node*, CollectionType);
53 explicit HTMLOptionsCollection(Node*);
DHTMLOptionsCollection.idl25 ] interface HTMLOptionsCollection : HTMLCollection {
DHTMLSelectElement.idl33 readonly attribute HTMLOptionsCollection options;
DHTMLSelectElement.h72 PassRefPtr<HTMLOptionsCollection> options();
DHTMLSelectElement.cpp349 PassRefPtr<HTMLOptionsCollection> HTMLSelectElement::options() in options()
351 return static_cast<HTMLOptionsCollection*>(ensureCachedHTMLCollection(SelectOptions).get()); in options()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8HTMLOptionsCollectionCustom.cpp49 static void getNamedItems(HTMLOptionsCollection* collection, const AtomicString& name, const Callba… in getNamedItems()
70 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in namedItemMethodCustom()
80 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in addMethodCustom()
100 HTMLOptionsCollection* imp = V8HTMLOptionsCollection::toNative(info.Holder()); in lengthAttributeSetterCustom()
DV8HTMLCollectionCustom.cpp50 return wrap(static_cast<HTMLOptionsCollection*>(impl), creationContext, isolate); in wrap()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk90 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.darwin-x86.mk90 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.linux-mips.mk90 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.darwin-mips.mk90 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.darwin-arm.mk90 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.linux-x86.mk90 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dcore.gypi196 'html/HTMLOptionsCollection.idl',
2285 'html/HTMLOptionsCollection.cpp',
2286 'html/HTMLOptionsCollection.h',
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp190 ../core/html/HTMLOptionsCollection.idl
Dinterface_dependencies.target.darwin-mips.mk21 …tionElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
Dinterface_dependencies.target.darwin-x86.mk21 …tionElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
Dinterface_dependencies.target.darwin-arm.mk21 …tionElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
Dinterface_dependencies.target.linux-mips.mk21 …tionElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
Dinterface_dependencies.target.linux-arm.mk21 …tionElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
Dinterface_dependencies.target.linux-x86.mk21 …tionElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
Dbindings_sources.target.linux-arm.mk2105 …Collection.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
2106 …r "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/html/HTMLOptionsCollection.idl
Dbindings_sources.target.linux-x86.mk2105 …Collection.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLOptionsCollection.idl $(LOCA…
2106 …r "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/html/HTMLOptionsCollection.idl
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3215 …return ensureRareData().ensureNodeLists().addCacheWithAtomicName<HTMLOptionsCollection>(this, type… in ensureCachedHTMLCollection()

12