Searched refs:loadAudioResource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
H A DAudioBusChromium.cpp39 if (WebKit::Platform::current()->loadAudioResource(&webAudioBus, data, size, sampleRate))
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h57 virtual bool loadAudioResource(
H A Dwebkitclient_impl.cc403 bool WebKitClientImpl::loadAudioResource(
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.h115 virtual bool loadAudioResource(
H A Drenderer_webkitplatformsupport_impl.cc771 bool RendererWebKitPlatformSupportImpl::loadAudioResource( function in class:content::RendererWebKitPlatformSupportImpl
781 bool RendererWebKitPlatformSupportImpl::loadAudioResource( function in class:content::RendererWebKitPlatformSupportImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h356 virtual bool loadAudioResource(WebAudioBus* destinationBus, const char* audioFileData, size_t dataSize, double sampleRate) { return false; } function in class:WebKit::Platform

Completed in 172 milliseconds