Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLOptionsCollection.cpp34 HTMLOptionsCollection::HTMLOptionsCollection(ContainerNode& select) in HTMLOptionsCollection() function in WebCore::HTMLOptionsCollection
41 void HTMLOptionsCollection::supportedPropertyNames(Vector<String>& names) in supportedPropertyNames()
67 PassRefPtrWillBeRawPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(ContainerNode& select, … in create()
69 return adoptRefWillBeNoop(new HTMLOptionsCollection(select)); in create()
72 void HTMLOptionsCollection::add(PassRefPtrWillBeRawPtr<HTMLOptionElement> element, ExceptionState& … in add()
77 void HTMLOptionsCollection::add(PassRefPtrWillBeRawPtr<HTMLOptionElement> element, int index, Excep… in add()
101 void HTMLOptionsCollection::remove(int index) in remove()
106 void HTMLOptionsCollection::remove(HTMLOptionElement* option) in remove()
111 int HTMLOptionsCollection::selectedIndex() const in selectedIndex()
116 void HTMLOptionsCollection::setSelectedIndex(int index) in setSelectedIndex()
[all …]
DHTMLOptionsCollection.h35 class HTMLOptionsCollection FINAL : public HTMLCollection {
37 static PassRefPtrWillBeRawPtr<HTMLOptionsCollection> create(ContainerNode&, CollectionType);
52 explicit HTMLOptionsCollection(ContainerNode&);
57 DEFINE_TYPE_CASTS(HTMLOptionsCollection, LiveNodeListBase, collection, collection->type() == Select…
DHTMLOptionsCollection.idl25 ] interface HTMLOptionsCollection : HTMLCollection {
DHTMLSelectElement.idl35 readonly attribute HTMLOptionsCollection options;
DHTMLSelectElement.h76 PassRefPtrWillBeRawPtr<HTMLOptionsCollection> options();
DHTMLSelectElement.cpp382 PassRefPtrWillBeRawPtr<HTMLOptionsCollection> HTMLSelectElement::options() in options()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8HTMLOptionsCollectionCustom.cpp53 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder()); in addMethodCustom()
72 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toNative(info.Holder()); in lengthAttributeSetterCustom()
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_objects_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
Dcore_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
Dcore_global_constructors_idls_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
Dcore_static_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp178 ../../../core/html/HTMLOptionsCollection.idl
Dcore_static_idl_files_list.tmp178 ../../../core/html/HTMLOptionsCollection.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp178 ../../../core/html/HTMLOptionsCollection.idl
Dcore_static_idl_files_list.tmp178 ../../../core/html/HTMLOptionsCollection.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
Dcore_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
Dcore_static_idl_files_list.tmp178 ../../core/html/HTMLOptionsCollection.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk92 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.linux-arm64.mk92 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.darwin-x86.mk92 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.darwin-arm64.mk92 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.darwin-x86_64.mk92 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \
Dwebcore_html.target.linux-mips.mk92 third_party/WebKit/Source/core/html/HTMLOptionsCollection.cpp \

1234