/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | ThreadableLoaderClient.h | 57 virtual void didDownloadData(int /*dataLength*/) { } in didDownloadData() function
|
D | ThreadableLoaderClientWrapper.h | 117 void didDownloadData(int dataLength) in didDownloadData() function
|
D | WorkerThreadableLoader.cpp | 209 void WorkerThreadableLoader::MainThreadBridge::didDownloadData(int dataLength) in didDownloadData() function in WebCore::WorkerThreadableLoader::MainThreadBridge
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebURLLoaderClient.h | 58 virtual void didDownloadData(WebURLLoader*, int dataLength, int encodedDataLength) { } in didDownloadData() function
|
/external/chromium_org/content/renderer/media/android/ |
D | media_info_loader.cc | 134 void MediaInfoLoader::didDownloadData( in didDownloadData() function in content::MediaInfoLoader
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | RawResource.cpp | 109 void RawResource::didDownloadData(int dataLength) in didDownloadData() function in WebCore::RawResource
|
D | ResourceLoader.cpp | 181 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength) in didDownloadData() function in WebCore::ResourceLoader
|
D | Resource.h | 244 virtual void didDownloadData(int) { } in didDownloadData() function
|
D | ResourceFetcher.cpp | 1221 void ResourceFetcher::didDownloadData(const Resource* resource, int dataLength, int encodedDataLeng… in didDownloadData() function in WebCore::ResourceFetcher
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_loader_host.cc | 154 void PepperURLLoaderHost::didDownloadData(WebURLLoader* loader, in didDownloadData() function in content::PepperURLLoaderHost
|
/external/chromium/webkit/glue/media/ |
D | simple_data_source.cc | 177 void SimpleDataSource::didDownloadData( in didDownloadData() function in webkit_glue::SimpleDataSource
|
D | buffered_resource_loader.cc | 368 void BufferedResourceLoader::didDownloadData( in didDownloadData() function in webkit_glue::BufferedResourceLoader
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssociatedURLLoader.cpp | 224 void AssociatedURLLoader::ClientAdapter::didDownloadData(int dataLength) in didDownloadData() function in blink::AssociatedURLLoader::ClientAdapter
|
/external/chromium_org/content/renderer/media/ |
D | buffered_resource_loader.cc | 470 void BufferedResourceLoader::didDownloadData( in didDownloadData() function in content::BufferedResourceLoader
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | AssociatedURLLoaderTest.cpp | 161 void didDownloadData(WebURLLoader* loader, int dataLength, int encodedDataLength) in didDownloadData() function in __anon58aefb6d0111::AssociatedURLLoaderTest
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 1364 void XMLHttpRequest::didDownloadData(int dataLength) in didDownloadData() function in WebCore::XMLHttpRequest
|