Home
last modified time | relevance | path

Searched refs:createOfflineContext (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSAudioContextCustom.cpp72 …audioContext = AudioContext::createOfflineContext(document, numberOfChannels, numberOfFrames, samp… in constructJSAudioContext()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8AudioContextCustom.cpp77 …audioContext = AudioContext::createOfflineContext(document, numberOfChannels, numberOfFrames, samp… in constructorCallback()
/external/webkit/Source/WebCore/webaudio/
DAudioContext.h70 …static PassRefPtr<AudioContext> createOfflineContext(Document*, unsigned numberOfChannels, size_t …
DAudioContext.cpp76 PassRefPtr<AudioContext> AudioContext::createOfflineContext(Document* document, unsigned numberOfCh… in createOfflineContext() function in WebCore::AudioContext
/external/webkit/Source/WebCore/
DChangeLog29139 (WebCore::AudioContext::createOfflineContext):