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

/external/webkit/WebCore/html/
H A DHTMLAudioElement.idl27 interface [Conditional=VIDEO] HTMLAudioElement : HTMLMediaElement {
H A DHTMLAudioElement.cpp29 #include "HTMLAudioElement.h"
37 HTMLAudioElement::HTMLAudioElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::HTMLAudioElement
H A DHTMLAudioElement.h35 class HTMLAudioElement : public HTMLMediaElement { class in namespace:WebCore
37 HTMLAudioElement(const QualifiedName&, Document*);
/external/webkit/WebCore/bindings/js/
H A DJSAudioConstructor.cpp32 #include "HTMLAudioElement.h"
60 RefPtr<HTMLAudioElement> audio = new HTMLAudioElement(HTMLNames::audioTag, document);
H A DJSDOMBinding.cpp33 #include "HTMLAudioElement.h"
407 if (node->hasTagName(audioTag) && !static_cast<HTMLAudioElement*>(node)->paused())
/external/webkit/WebCore/bindings/v8/custom/
H A DV8HTMLAudioElementConstructor.cpp34 #include "HTMLAudioElement.h"
49 INC_STATS("DOM.HTMLAudioElement.Contructor");
62 // Make sure the document is added to the DOM Node map. Otherwise, the HTMLAudioElement instance
66 RefPtr<HTMLAudioElement> audio = new HTMLAudioElement(HTMLNames::audioTag, document);
90 result->SetClassName(v8::String::New("HTMLAudioElement"));
/external/webkit/WebCore/page/
H A DDOMWindow.idl540 attribute [Conditional=VIDEO, EnabledAtRuntime] HTMLAudioElementConstructor HTMLAudioElement;
/external/webkit/WebCore/bindings/v8/
H A DV8Index.h59 V(HTMLAUDIOELEMENT, HTMLAudioElement) \

Completed in 94 milliseconds