Searched defs:InterceptDownloadResourceThrottle (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/android/
H A Dintercept_download_resource_throttle.cc16 InterceptDownloadResourceThrottle::InterceptDownloadResourceThrottle( function in class:chrome::InterceptDownloadResourceThrottle
27 InterceptDownloadResourceThrottle::~InterceptDownloadResourceThrottle() {
30 void InterceptDownloadResourceThrottle::WillProcessResponse(bool* defer) {
34 const char* InterceptDownloadResourceThrottle::GetNameForLogging() const {
35 return "InterceptDownloadResourceThrottle";
38 void InterceptDownloadResourceThrottle::ProcessDownloadRequest() {
H A Dintercept_download_resource_throttle.h18 // InterceptDownloadResourceThrottle checks if a download request should be
20 class InterceptDownloadResourceThrottle : public content::ResourceThrottle { class in namespace:chrome
22 InterceptDownloadResourceThrottle(net::URLRequest* request,
32 virtual ~InterceptDownloadResourceThrottle();
41 DISALLOW_COPY_AND_ASSIGN(InterceptDownloadResourceThrottle);

Completed in 59 milliseconds