Searched defs:HTMLDataListElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLDataListElement.h42 class HTMLDataListElement : public HTMLElement { class in namespace:WebCore
44 static PassRefPtr<HTMLDataListElement> create(const QualifiedName&, Document*);
49 HTMLDataListElement(const QualifiedName&, Document*);
H A DHTMLDataListElement.cpp34 #include "HTMLDataListElement.h"
40 inline HTMLDataListElement::HTMLDataListElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLDataListElement
45 PassRefPtr<HTMLDataListElement> HTMLDataListElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLDataListElement(tagName, document));
50 PassRefPtr<HTMLCollection> HTMLDataListElement::options()

Completed in 47 milliseconds