Searched refs:InterceptDownloadResourceThrottle (Results 1 – 3 of 3) sorted by relevance
19 InterceptDownloadResourceThrottle::InterceptDownloadResourceThrottle( in InterceptDownloadResourceThrottle() function in chrome::InterceptDownloadResourceThrottle30 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()
20 class InterceptDownloadResourceThrottle : public content::ResourceThrottle {22 InterceptDownloadResourceThrottle(net::URLRequest* request,33 virtual ~InterceptDownloadResourceThrottle();42 DISALLOW_COPY_AND_ASSIGN(InterceptDownloadResourceThrottle);
361 new chrome::InterceptDownloadResourceThrottle( in DownloadStarting()