Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLAudioElement

30 #include "HTMLAudioElement.h"
38 HTMLAudioElement::HTMLAudioElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<HTMLAudioElement> HTMLAudioElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new HTMLAudioElement(tagName, document));
49 PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document* document, const String& src)
51 RefPtr<HTMLAudioElement> audio = adoptRef(new HTMLAudioElement(audioTag, document));