HomeSort by relevance Sort by last modified time
    Searched defs:InterceptDownloadResourceThrottle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/android/
intercept_download_resource_throttle.cc 14 InterceptDownloadResourceThrottle::InterceptDownloadResourceThrottle(
25 InterceptDownloadResourceThrottle::~InterceptDownloadResourceThrottle() {
28 void InterceptDownloadResourceThrottle::WillStartRequest(bool* defer) {
32 void InterceptDownloadResourceThrottle::WillProcessResponse(bool* defer) {
36 void InterceptDownloadResourceThrottle::ProcessDownloadRequest() {
intercept_download_resource_throttle.h 18 // InterceptDownloadResourceThrottle checks if a download request should be
20 class InterceptDownloadResourceThrottle : public content::ResourceThrottle {
22 InterceptDownloadResourceThrottle(net::URLRequest* request,
32 virtual ~InterceptDownloadResourceThrottle();
41 DISALLOW_COPY_AND_ASSIGN(InterceptDownloadResourceThrottle);

Completed in 202 milliseconds