Home
last modified time | relevance | path

Searched defs:audioContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSAudioContextCustom.cpp57 RefPtr<AudioContext> audioContext; in constructJSAudioContext() local
86 AudioContext* audioContext = static_cast<AudioContext*>(impl()); in createBuffer() local
DJSEventTarget.cpp178 if (AudioContext* audioContext = target->toAudioContext()) in toJS() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8AudioContextCustom.cpp54 RefPtr<AudioContext> audioContext; in constructorCallback() local
95 AudioContext* audioContext = toNative(args.Holder()); in createBufferCallback() local
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp446 if (AudioContext* audioContext = target->toAudioContext()) in convertEventTargetToV8Object() local