Home
last modified time | relevance | path

Searched refs:ContinueDownload (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Ddownload_throttling_resource_handler.h60 virtual void ContinueDownload();
Ddownload_throttling_resource_handler.cc173 void DownloadThrottlingResourceHandler::ContinueDownload() { in ContinueDownload() function in DownloadThrottlingResourceHandler
/external/chromium/chrome/browser/download/
Ddownload_request_limiter.h60 virtual void ContinueDownload() = 0;
Ddownload_request_limiter_unittest.cc36 virtual void ContinueDownload() { in ContinueDownload() function in DownloadRequestLimiterTest
Ddownload_request_limiter.cc313 callback->ContinueDownload(); in NotifyCallback()