Home
last modified time | relevance | path

Searched refs:InterceptDownloadResourceThrottle (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/android/
Dintercept_download_resource_throttle.cc19 InterceptDownloadResourceThrottle::InterceptDownloadResourceThrottle( in InterceptDownloadResourceThrottle() function in chrome::InterceptDownloadResourceThrottle
30 InterceptDownloadResourceThrottle::~InterceptDownloadResourceThrottle() { in ~InterceptDownloadResourceThrottle()
33 void InterceptDownloadResourceThrottle::WillStartRequest(bool* defer) { in WillStartRequest()
37 void InterceptDownloadResourceThrottle::WillProcessResponse(bool* defer) { in WillProcessResponse()
41 const char* InterceptDownloadResourceThrottle::GetNameForLogging() const { in GetNameForLogging()
45 void InterceptDownloadResourceThrottle::ProcessDownloadRequest() { in ProcessDownloadRequest()
Dintercept_download_resource_throttle.h20 class InterceptDownloadResourceThrottle : public content::ResourceThrottle {
22 InterceptDownloadResourceThrottle(net::URLRequest* request,
33 virtual ~InterceptDownloadResourceThrottle();
42 DISALLOW_COPY_AND_ASSIGN(InterceptDownloadResourceThrottle);
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_resource_dispatcher_host_delegate.cc361 new chrome::InterceptDownloadResourceThrottle( in DownloadStarting()