IsDownload         87 chrome/browser/apps/app_url_redirector.cc   if (ResourceRequestInfo::ForRequest(request)->IsDownload()) {
IsDownload        176 content/browser/loader/cross_site_resource_handler.cc   if (!swap_needed || info->IsDownload() || info->is_stream() ||
IsDownload        445 content/browser/loader/resource_dispatcher_host_impl.cc     DCHECK((*i)->GetRequestInfo()->IsDownload() ||
IsDownload       1477 content/browser/loader/resource_dispatcher_host_impl.cc     } else if (!info->IsDownload() && !info->is_stream() &&
IsDownload        454 content/browser/loader/resource_loader.cc   if (from_renderer && (info->IsDownload() || info->is_stream()))
IsDownload         86 content/browser/loader/resource_request_info_impl.h   virtual bool IsDownload() const OVERRIDE;
IsDownload        116 content/public/browser/resource_request_info.h   virtual bool IsDownload() const = 0;
IsDownload        183 net/filter/filter.cc     if (filter_context.IsDownload()) {
IsDownload         88 net/filter/filter.h   virtual bool IsDownload() const = 0;
IsDownload         50 net/filter/mock_filter_context.h   virtual bool IsDownload() const OVERRIDE;
IsDownload         65 net/url_request/url_request_http_job.cc   virtual bool IsDownload() const OVERRIDE;