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

  /external/chromium_org/chrome/browser/download/
download_resource_throttle.cc 11 DownloadResourceThrottle::DownloadResourceThrottle(
25 base::Bind(&DownloadResourceThrottle::ContinueDownload,
29 DownloadResourceThrottle::~DownloadResourceThrottle() {
32 void DownloadResourceThrottle::WillStartRequest(bool* defer) {
36 void DownloadResourceThrottle::WillRedirectRequest(const GURL& new_url,
41 void DownloadResourceThrottle::WillProcessResponse(bool* defer) {
45 const char* DownloadResourceThrottle::GetNameForLogging() const {
46 return "DownloadResourceThrottle";
    [all...]
download_resource_throttle.h 14 // DownloadResourceThrottle is used to determine if a download should be
15 // allowed. When a DownloadResourceThrottle is created it pauses the download
21 class DownloadResourceThrottle
23 public base::SupportsWeakPtr<DownloadResourceThrottle> {
25 DownloadResourceThrottle(DownloadRequestLimiter* limiter,
38 virtual ~DownloadResourceThrottle();
52 DISALLOW_COPY_AND_ASSIGN(DownloadResourceThrottle);

Completed in 55 milliseconds