Searched refs:IsDownload (Results 1 – 12 of 12) sorted by relevance
55 bool MockFilterContext::IsDownload() const { return is_download_; } in IsDownload() function in net::MockFilterContext
61 virtual bool IsDownload() const OVERRIDE;
89 virtual bool IsDownload() const = 0;
184 if (filter_context.IsDownload()) { in FixupEncodingTypes()
115 virtual bool IsDownload() const = 0;
95 if (ResourceRequestInfo::ForRequest(request)->IsDownload()) { in MaybeCreateThrottleFor()
87 virtual bool IsDownload() const OVERRIDE;
225 bool ResourceRequestInfoImpl::IsDownload() const { in IsDownload() function in content::ResourceRequestInfoImpl
211 if (!should_transfer || info->IsDownload() || info->is_stream() || in OnNormalResponseStarted()
478 if (from_renderer && (info->IsDownload() || info->is_stream())) in CancelRequestInternal()
529 DCHECK((*i)->GetRequestInfo()->IsDownload() || in CancelRequestsForContext()1554 } else if (!info->IsDownload() && !info->is_stream() && in CancelRequestsForRoute()
66 virtual bool IsDownload() const OVERRIDE;118 bool URLRequestHttpJob::HttpFilterContext::IsDownload() const { in IsDownload() function in net::URLRequestHttpJob::HttpFilterContext