Searched refs:loadPlatformAudioResource (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/chromium/
H A DAudioBusChromium.cpp40 OwnPtr<AudioBus> audioBus = PlatformBridge::loadPlatformAudioResource(name, sampleRate);
/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformBridge.h218 static PassOwnPtr<AudioBus> loadPlatformAudioResource(const char* name, double sampleRate);
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp622 PassOwnPtr<AudioBus> PlatformBridge::loadPlatformAudioResource(const char* name, double sampleRate) function in class:WebCore::PlatformBridge

Completed in 101 milliseconds