/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | ThreadableLoaderClientWrapper.h | 117 void didDownloadData(int dataLength) in didDownloadData() function 120 m_client->didDownloadData(dataLength); in didDownloadData()
|
D | ThreadableLoaderClient.h | 57 virtual void didDownloadData(int /*dataLength*/) { } in didDownloadData() function
|
D | WorkerThreadableLoader.cpp | 206 workerClientWrapper->didDownloadData(dataLength); in workerGlobalScopeDidDownloadData() 209 void WorkerThreadableLoader::MainThreadBridge::didDownloadData(int dataLength) in didDownloadData() function in WebCore::WorkerThreadableLoader::MainThreadBridge
|
D | WorkerThreadableLoader.h | 115 virtual void didDownloadData(int dataLength) OVERRIDE;
|
D | DocumentThreadableLoader.cpp | 257 m_client->didDownloadData(dataLength); in dataDownloaded()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssociatedURLLoader.cpp | 136 virtual void didDownloadData(int /*dataLength*/); 224 void AssociatedURLLoader::ClientAdapter::didDownloadData(int dataLength) in didDownloadData() function in blink::AssociatedURLLoader::ClientAdapter 229 m_client->didDownloadData(m_loader, dataLength, -1); in didDownloadData()
|
/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/third_party/WebKit/Source/core/fetch/ |
D | ResourceLoader.cpp | 181 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength) in didDownloadData() function in WebCore::ResourceLoader 185 m_host->didDownloadData(m_resource, length, encodedDataLength, m_options); in didDownloadData() 186 m_resource->didDownloadData(length); in didDownloadData()
|
D | ResourceLoaderHost.h | 66 …virtual void didDownloadData(const Resource*, int dataLength, int encodedDataLength, const Resourc…
|
D | RawResource.h | 59 virtual void didDownloadData(int);
|
D | ResourceLoader.h | 77 virtual void didDownloadData(blink::WebURLLoader*, int, int) OVERRIDE;
|
D | RawResource.cpp | 109 void RawResource::didDownloadData(int dataLength) in didDownloadData() function in WebCore::RawResource
|
D | ResourceFetcher.h | 153 …virtual void didDownloadData(const Resource*, int dataLength, int encodedDataLength, const Resourc…
|
D | Resource.h | 244 virtual void didDownloadData(int) { } in didDownloadData() function
|
/external/chromium_org/content/renderer/media/android/ |
D | media_info_loader.h | 84 virtual void didDownloadData(
|
D | media_info_loader.cc | 134 void MediaInfoLoader::didDownloadData( in didDownloadData() function in content::MediaInfoLoader
|
/external/chromium/webkit/glue/media/ |
D | simple_data_source.h | 71 virtual void didDownloadData(
|
D | buffered_resource_loader.h | 130 virtual void didDownloadData(
|
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/content/renderer/pepper/ |
D | pepper_url_loader_host.h | 54 virtual void didDownloadData(blink::WebURLLoader* loader,
|
D | pepper_url_loader_host.cc | 154 void PepperURLLoaderHost::didDownloadData(WebURLLoader* loader, in didDownloadData() function in content::PepperURLLoaderHost
|
/external/chromium_org/content/renderer/media/ |
D | buffered_resource_loader.h | 153 virtual void didDownloadData( in NON_EXPORTED_BASE()
|
D | buffered_resource_loader.cc | 470 void BufferedResourceLoader::didDownloadData( in didDownloadData() function in content::BufferedResourceLoader
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.h | 157 virtual void didDownloadData(int dataLength);
|