Searched refs:didDownloadData (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DThreadableLoaderClient.h57 virtual void didDownloadData(int /*dataLength*/) { } function in class:WebCore::ThreadableLoaderClient
H A DThreadableLoaderClientWrapper.h117 void didDownloadData(int dataLength) function in class:WebCore::ThreadableLoaderClientWrapper
120 m_client->didDownloadData(dataLength);
H A DWorkerThreadableLoader.h115 virtual void didDownloadData(int dataLength) OVERRIDE;
H A DWorkerThreadableLoader.cpp206 workerClientWrapper->didDownloadData(dataLength);
209 void WorkerThreadableLoader::MainThreadBridge::didDownloadData(int dataLength) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
H A DDocumentThreadableLoader.cpp257 m_client->didDownloadData(dataLength);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLLoaderClient.h58 virtual void didDownloadData(WebURLLoader*, int dataLength, int encodedDataLength) { } function in class:blink::WebURLLoaderClient
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderHost.h66 virtual void didDownloadData(const Resource*, int dataLength, int encodedDataLength, const ResourceLoaderOptions&) = 0;
H A DRawResource.h59 virtual void didDownloadData(int);
H A DResourceLoader.h77 virtual void didDownloadData(blink::WebURLLoader*, int, int) OVERRIDE;
H A DResourceLoader.cpp181 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength) function in class:WebCore::ResourceLoader
185 m_host->didDownloadData(m_resource, length, encodedDataLength, m_options);
186 m_resource->didDownloadData(length);
H A DRawResource.cpp109 void RawResource::didDownloadData(int dataLength) function in class:WebCore::RawResource
H A DResourceFetcher.h153 virtual void didDownloadData(const Resource*, int dataLength, int encodedDataLength, const ResourceLoaderOptions&) OVERRIDE;
H A DResource.h244 virtual void didDownloadData(int) { } function in class:WebCore::Resource
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.h84 virtual void didDownloadData(
H A Dmedia_info_loader.cc134 void MediaInfoLoader::didDownloadData( function in class:content::MediaInfoLoader
/external/chromium_org/third_party/WebKit/Source/web/
H A DAssociatedURLLoader.cpp136 virtual void didDownloadData(int /*dataLength*/);
224 void AssociatedURLLoader::ClientAdapter::didDownloadData(int dataLength) function in class:blink::AssociatedURLLoader::ClientAdapter
229 m_client->didDownloadData(m_loader, dataLength, -1);
/external/chromium/webkit/glue/media/
H A Dsimple_data_source.h71 virtual void didDownloadData(
H A Dbuffered_resource_loader.h130 virtual void didDownloadData(
H A Dsimple_data_source.cc177 void SimpleDataSource::didDownloadData( function in class:webkit_glue::SimpleDataSource
H A Dbuffered_resource_loader.cc368 void BufferedResourceLoader::didDownloadData( function in class:webkit_glue::BufferedResourceLoader
/external/chromium_org/content/renderer/pepper/
H A Dpepper_url_loader_host.h54 virtual void didDownloadData(blink::WebURLLoader* loader,
H A Dpepper_url_loader_host.cc154 void PepperURLLoaderHost::didDownloadData(WebURLLoader* loader, function in class:content::PepperURLLoaderHost
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader.h153 virtual void didDownloadData(
H A Dbuffered_resource_loader.cc470 void BufferedResourceLoader::didDownloadData( function in class:content::BufferedResourceLoader
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.h155 // When "blob" is specified as the responseType attribute, didDownloadData
157 virtual void didDownloadData(int dataLength);

Completed in 431 milliseconds

12