Searched refs:HTMLOptionsCollection (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLOptionsCollection.cpp22 #include "HTMLOptionsCollection.h"
30 HTMLOptionsCollection::HTMLOptionsCollection(Node* select) function in class:WebCore::HTMLOptionsCollection
36 PassRefPtr<HTMLOptionsCollection> HTMLOptionsCollection::create(Node* select, CollectionType)
38 return adoptRef(new HTMLOptionsCollection(select));
41 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, ExceptionCode& ec)
46 void HTMLOptionsCollection::add(PassRefPtr<HTMLOptionElement> element, int index, ExceptionCode& ec)
71 void HTMLOptionsCollection::remove(int index)
76 int HTMLOptionsCollection
[all...]
H A DHTMLOptionsCollection.h36 class HTMLOptionsCollection : public HTMLCollection { class in namespace:WebCore
38 static PassRefPtr<HTMLOptionsCollection> create(Node*, CollectionType);
50 HTMLOptionsCollection(Node*);
H A DHTMLOptionsCollection.idl25 ] interface HTMLOptionsCollection : HTMLCollection {
H A DHTMLSelectElement.idl34 readonly attribute HTMLOptionsCollection options;
H A DHTMLSelectElement.h31 #include "HTMLOptionsCollection.h"
66 PassRefPtr<HTMLOptionsCollection> options();
H A DHTMLSelectElement.cpp45 #include "HTMLOptionsCollection.h"
361 PassRefPtr<HTMLOptionsCollection> HTMLSelectElement::options()
363 return static_cast<HTMLOptionsCollection*>(ensureCachedHTMLCollection(SelectOptions).get());
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSHTMLOptionsCollectionCustom.cpp26 #include "HTMLOptionsCollection.h"
42 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
61 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
68 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
85 HTMLOptionsCollection* imp = static_cast<HTMLOptionsCollection*>(impl());
H A DJSHTMLCollectionCustom.cpp26 #include "HTMLOptionsCollection.h"
77 return CREATE_DOM_WRAPPER(exec, globalObject, HTMLOptionsCollection, collection);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMUtility.mm105 WRAP(HTMLOptionsCollection)
120 // This must be after the HTMLOptionsCollection check, because it's a subclass in the JavaScript
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMPrivate.cpp135 return WEBKIT_DOM_HTML_COLLECTION(wrapHTMLOptionsCollection(static_cast<HTMLOptionsCollection*>(collection)));
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.cpp43 #include <WebCore/HTMLOptionsCollection.h>
138 DOMHTMLOptionsCollection::DOMHTMLOptionsCollection(WebCore::HTMLOptionsCollection* collection)
143 IDOMHTMLOptionsCollection* DOMHTMLOptionsCollection::createInstance(WebCore::HTMLOptionsCollection* collection)
713 RefPtr<HTMLOptionsCollection> options = selectElement->options();
H A DDOMHTMLClasses.h35 class HTMLOptionsCollection;
102 static IDOMHTMLOptionsCollection* createInstance(WebCore::HTMLOptionsCollection*);
157 DOMHTMLOptionsCollection(WebCore::HTMLOptionsCollection*);
159 RefPtr<WebCore::HTMLOptionsCollection> m_collection;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.cpp61 #include "HTMLOptionsCollection.h"
3034 return ensureRareData()->ensureNodeLists()->addCacheWithAtomicName<HTMLOptionsCollection>(this, type);

Completed in 232 milliseconds