Home
last modified time | relevance | path

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

12

/external/webkit/WebCore/bindings/v8/custom/
DV8HTMLOptionsCollectionCustom.cpp49HTMLOptionsCollection* imp = V8DOMWrapper::convertToNativeObject<HTMLOptionsCollection>(V8ClassInd… in CALLBACK_FUNC_DECL()
61HTMLOptionsCollection* imp = V8DOMWrapper::convertToNativeObject<HTMLOptionsCollection>(V8ClassInd… in CALLBACK_FUNC_DECL()
90HTMLOptionsCollection* imp = V8DOMWrapper::convertToNativeObject<HTMLOptionsCollection>(V8ClassInd… in ACCESSOR_GETTER()
98HTMLOptionsCollection* imp = V8DOMWrapper::convertToNativeObject<HTMLOptionsCollection>(V8ClassInd… in ACCESSOR_SETTER()
116 INDEXED_PROPERTY_GETTER(HTMLOptionsCollection) in INDEXED_PROPERTY_GETTER() argument
119HTMLOptionsCollection* collection = V8DOMWrapper::convertToNativeObject<HTMLOptionsCollection>(V8C… in INDEXED_PROPERTY_GETTER()
128 INDEXED_PROPERTY_SETTER(HTMLOptionsCollection) in INDEXED_PROPERTY_SETTER() argument
131HTMLOptionsCollection* collection = V8DOMWrapper::convertToNativeObject<HTMLOptionsCollection>(V8C… in INDEXED_PROPERTY_SETTER()
DV8HTMLSelectElementCollectionCustom.cpp56 PassRefPtr<HTMLOptionsCollection> collection = select->options(); in NAMED_PROPERTY_GETTER()
DV8CustomBinding.h442 DECLARE_INDEXED_PROPERTY_GETTER(HTMLOptionsCollection);
443 DECLARE_INDEXED_PROPERTY_SETTER(HTMLOptionsCollection);
/external/webkit/WebCore/html/
DHTMLOptionsCollection.cpp32 HTMLOptionsCollection::HTMLOptionsCollection(PassRefPtr<HTMLSelectElement> select) in HTMLOptionsCollection() function in WebCore::HTMLOptionsCollection
37 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(PassRefPtr<HTMLSelectElement> selec… in create()
39 return adoptRef(new HTMLOptionsCollection(select)); in create()
42 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionCode &ec) in add()
47 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionCode &ec) in add()
72 void HTMLOptionsCollection::remove(int index) in remove()
77 int HTMLOptionsCollection::selectedIndex() const in selectedIndex()
82 void HTMLOptionsCollection::setSelectedIndex(int index) in setSelectedIndex()
87 void HTMLOptionsCollection::setLength(unsigned length, ExceptionCode& ec) in setLength()
DHTMLOptionsCollection.h36 class HTMLOptionsCollection : public HTMLCollection {
38 static PassRefPtr<HTMLOptionsCollection> create(PassRefPtr<HTMLSelectElement>);
50 HTMLOptionsCollection(PassRefPtr<HTMLSelectElement>);
DHTMLSelectElement.h34 class HTMLOptionsCollection; variable
56 PassRefPtr<HTMLOptionsCollection> options();
DHTMLOptionsCollection.idl23 // FIXME: The W3C spec says that HTMLOptionsCollection should not have a parent class.
30 ] HTMLOptionsCollection : HTMLCollection {
DHTMLSelectElement.cpp254 PassRefPtr<HTMLOptionsCollection> HTMLSelectElement::options() in options()
256 return HTMLOptionsCollection::create(this); in options()
DHTMLSelectElement.idl51 readonly attribute HTMLOptionsCollection options;
/external/webkit/WebCore/bindings/js/
DJSHTMLOptionsCollectionCustom.cpp40 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in length()
46 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in setLength()
65 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in indexSetter()
72 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in add()
93 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl()); in remove()
DJSHTMLCollectionCustom.cpp140 … wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, HTMLOptionsCollection, collection); in toJS()
/external/webkit/WebCore/bindings/objc/
DDOMUtility.mm108 WRAP(HTMLOptionsCollection)
125 // This must be after the HTMLOptionsCollection check, because it's a subclass in the JavaScript
/external/webkit/WebCore/bindings/v8/
DV8DOMWrapper.h63 class HTMLOptionsCollection; variable
DV8Proxy.h77 class HTMLOptionsCollection; variable
DV8Index.h341 V(HTMLOPTIONSCOLLECTION, HTMLOptionsCollection) \
DV8DOMWrapper.cpp243 …ertyHandler(USE_INDEXED_PROPERTY_GETTER(HTMLOptionsCollection), USE_INDEXED_PROPERTY_SETTER(HTMLOp… in getTemplate()
/external/webkit/WebCore/WebCore.vcproj/
DMigrateIDLAndScripts89 $(WEBKIT_OUTPUT)/HTMLOptionsCollection.idl \
/external/webkit/WebKit/win/WebKit.vcproj/
DDerivedSources.make94 $(PREFIX)HTMLOptionsCollection.idl \
/external/webkit/WebCore/
DDerivedSources.make156 HTMLOptionsCollection \
DAndroid.v8.mk317 html/HTMLOptionsCollection.cpp \
DAndroid.mk490 html/HTMLOptionsCollection.cpp \
DWebCore.pro400 html/HTMLOptionsCollection.idl \
986 html/HTMLOptionsCollection.cpp \
1644 html/HTMLOptionsCollection.h \
DWebCore.gypi135 'html/HTMLOptionsCollection.idl',
1344 'html/HTMLOptionsCollection.cpp',
1345 'html/HTMLOptionsCollection.h',
DGNUmakefile.am212 WebCore/html/HTMLOptionsCollection.idl \
1039 WebCore/html/HTMLOptionsCollection.cpp \
1040 WebCore/html/HTMLOptionsCollection.h \
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1960 …D1A0068A546 /* HTMLOptionsCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9327A94109…
2491 …74F600D74463 /* HTMLOptionsCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = A81369BE097…
6812 …00AD64C5 /* HTMLOptionsCollection.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
6965 …6 /* HTMLOptionsCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
7340 …4463 /* HTMLOptionsCollection.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
12025 9327A94109968D1A0068A546 /* HTMLOptionsCollection.cpp */,
12026 A81369BE097374F500D74463 /* HTMLOptionsCollection.h */,
12027 85DF2F920AA3C9B600AD64C5 /* HTMLOptionsCollection.idl */,
16016 A81369DA097374F600D74463 /* HTMLOptionsCollection.h in Headers */,
18070 9327A94209968D1A0068A546 /* HTMLOptionsCollection.cpp in Sources */,

12