Home
last modified time | relevance | path

Searched refs:HTMLAudioElementConstructor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8HTMLAudioElementConstructor.cpp45 CALLBACK_FUNC_DECL(HTMLAudioElementConstructor) in CALLBACK_FUNC_DECL() argument
DV8CustomBinding.h291 DECLARE_CALLBACK(HTMLAudioElementConstructor);
/external/webkit/WebCore/page/
DDOMWindow.idl499 …attribute [CustomGetter,Conditional=VIDEO] HTMLAudioElementConstructor Audio; // Usable with the n…
500 attribute [Conditional=VIDEO] HTMLAudioElementConstructor HTMLAudioElement;
/external/webkit/WebCore/bindings/v8/
DV8DOMWrapper.cpp433 descriptor->SetCallHandler(USE_CALLBACK(HTMLAudioElementConstructor)); in getTemplate()