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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAudioElement.cpp27 #include "core/html/HTMLAudioElement.h"
36 HTMLAudioElement::HTMLAudioElement(Document& document) function in class:blink::HTMLAudioElement
41 PassRefPtrWillBeRawPtr<HTMLAudioElement> HTMLAudioElement::create(Document& document)
43 RefPtrWillBeRawPtr<HTMLAudioElement> audio = adoptRefWillBeNoop(new HTMLAudioElement(document));
49 PassRefPtrWillBeRawPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const AtomicString& src)
51 RefPtrWillBeRawPtr<HTMLAudioElement> audi
[all...]

Completed in 484 milliseconds