Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DThreadableLoaderClient.h59 virtual void didDownloadData(int /*dataLength*/) { } in didDownloadData() function
DThreadableLoaderClientWrapper.h121 void didDownloadData(int dataLength) in didDownloadData() function
DWorkerLoaderClientBridgeSyncHelper.cpp91 void WorkerLoaderClientBridgeSyncHelper::didDownloadData(int dataLength) in didDownloadData() function in blink::WorkerLoaderClientBridgeSyncHelper
DWorkerLoaderClientBridge.cpp94 void WorkerLoaderClientBridge::didDownloadData(int dataLength) in didDownloadData() function in blink::WorkerLoaderClientBridge
DWorkerThreadableLoader.cpp225 void WorkerThreadableLoader::MainThreadBridge::didDownloadData(int dataLength) in didDownloadData() function in blink::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.cc150 void MediaInfoLoader::didDownloadData( in didDownloadData() function in content::MediaInfoLoader
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DRawResource.cpp116 void RawResource::didDownloadData(int dataLength) in didDownloadData() function in blink::RawResource
DResourceLoader.cpp211 void ResourceLoader::didDownloadData(blink::WebURLLoader*, int length, int encodedDataLength) in didDownloadData() function in blink::ResourceLoader
DResource.h247 virtual void didDownloadData(int) { } in didDownloadData() function
DResourceFetcher.cpp1307 void ResourceFetcher::didDownloadData(const Resource* resource, int dataLength, int encodedDataLeng… in didDownloadData() function in blink::ResourceFetcher
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DFetchManager.cpp134 void FetchManager::Loader::didDownloadData(int dataLength) in didDownloadData() function in blink::FetchManager::Loader
/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc151 void PepperURLLoaderHost::didDownloadData(WebURLLoader* loader, in didDownloadData() function in content::PepperURLLoaderHost
/external/chromium_org/third_party/WebKit/Source/web/
DAssociatedURLLoader.cpp218 void AssociatedURLLoader::ClientAdapter::didDownloadData(int dataLength) in didDownloadData() function in blink::AssociatedURLLoader::ClientAdapter
/external/chromium_org/media/blink/
Dbuffered_resource_loader.cc475 void BufferedResourceLoader::didDownloadData( in didDownloadData() function in media::BufferedResourceLoader
/external/chromium_org/third_party/WebKit/Source/web/tests/
DAssociatedURLLoaderTest.cpp152 void didDownloadData(WebURLLoader* loader, int dataLength, int encodedDataLength) in didDownloadData() function in __anonf2d7501a0111::AssociatedURLLoaderTest
/external/chromium_org/content/child/
Dweb_url_loader_impl_unittest.cc176 virtual void didDownloadData(blink::WebURLLoader* loader, in didDownloadData() function in content::__anonfb6ff0890111::TestWebURLLoaderClient
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp1498 void XMLHttpRequest::didDownloadData(int dataLength) in didDownloadData() function in blink::XMLHttpRequest
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc499 void WebPluginImpl::LoaderClient::didDownloadData( in didDownloadData() function in content::WebPluginImpl::LoaderClient