HTMLAudioElement 35 Source/core/html/HTMLAudioElement.cpp HTMLAudioElement::HTMLAudioElement(Document& document) HTMLAudioElement 41 Source/core/html/HTMLAudioElement.cpp PassRefPtr<HTMLAudioElement> HTMLAudioElement::create(Document& document) HTMLAudioElement 43 Source/core/html/HTMLAudioElement.cpp RefPtr<HTMLAudioElement> audioElement(adoptRef(new HTMLAudioElement(document))); HTMLAudioElement 48 Source/core/html/HTMLAudioElement.cpp PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const AtomicString& src) HTMLAudioElement 50 Source/core/html/HTMLAudioElement.cpp RefPtr<HTMLAudioElement> audio = adoptRef(new HTMLAudioElement(document)); HTMLAudioElement 36 Source/core/html/HTMLAudioElement.h class HTMLAudioElement FINAL : public HTMLMediaElement { HTMLAudioElement 38 Source/core/html/HTMLAudioElement.h static PassRefPtr<HTMLAudioElement> create(Document&); HTMLAudioElement 39 Source/core/html/HTMLAudioElement.h static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src); HTMLAudioElement 42 Source/core/html/HTMLAudioElement.h HTMLAudioElement(Document&);