Home
last modified time | relevance | path

Searched defs:didDownloadData (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DThreadableLoaderClient.h57 virtual void didDownloadData(int /*dataLength*/) { } in didDownloadData() function
DThreadableLoaderClientWrapper.h117 void didDownloadData(int dataLength) in didDownloadData() function
DWorkerThreadableLoader.cpp209 void WorkerThreadableLoader::MainThreadBridge::didDownloadData(int dataLength) in didDownloadData() function in WebCore::WorkerThreadableLoader::MainThreadBridge
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLLoaderClient.h58 virtual void didDownloadData(WebURLLoader*, int dataLength, int encodedDataLength) { } in didDownloadData() function
/external/chromium_org/content/renderer/media/android/
Dmedia_info_loader.cc134 void MediaInfoLoader::didDownloadData( in didDownloadData() function in content::MediaInfoLoader
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.cpp109 void RawResource::didDownloadData(int dataLength) in didDownloadData() function in WebCore::RawResource
DResourceLoader.cpp181 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength) in didDownloadData() function in WebCore::ResourceLoader
DResource.h244 virtual void didDownloadData(int) { } in didDownloadData() function
DResourceFetcher.cpp1221 void ResourceFetcher::didDownloadData(const Resource* resource, int dataLength, int encodedDataLeng… in didDownloadData() function in WebCore::ResourceFetcher
/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc154 void PepperURLLoaderHost::didDownloadData(WebURLLoader* loader, in didDownloadData() function in content::PepperURLLoaderHost
/external/chromium/webkit/glue/media/
Dsimple_data_source.cc177 void SimpleDataSource::didDownloadData( in didDownloadData() function in webkit_glue::SimpleDataSource
Dbuffered_resource_loader.cc368 void BufferedResourceLoader::didDownloadData( in didDownloadData() function in webkit_glue::BufferedResourceLoader
/external/chromium_org/third_party/WebKit/Source/web/
DAssociatedURLLoader.cpp224 void AssociatedURLLoader::ClientAdapter::didDownloadData(int dataLength) in didDownloadData() function in blink::AssociatedURLLoader::ClientAdapter
/external/chromium_org/content/renderer/media/
Dbuffered_resource_loader.cc470 void BufferedResourceLoader::didDownloadData( in didDownloadData() function in content::BufferedResourceLoader
/external/chromium_org/third_party/WebKit/Source/web/tests/
DAssociatedURLLoaderTest.cpp161 void didDownloadData(WebURLLoader* loader, int dataLength, int encodedDataLength) in didDownloadData() function in __anon58aefb6d0111::AssociatedURLLoaderTest
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp1364 void XMLHttpRequest::didDownloadData(int dataLength) in didDownloadData() function in WebCore::XMLHttpRequest