Searched refs:IsDownload (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/filter/
H A Dmock_filter_context.cc55 bool MockFilterContext::IsDownload() const { return is_download_; } function in class:net::MockFilterContext
H A Dmock_filter_context.h61 virtual bool IsDownload() const OVERRIDE;
H A Dfilter.h89 virtual bool IsDownload() const = 0;
H A Dfilter.cc184 if (filter_context.IsDownload()) {
/external/chromium_org/content/public/browser/
H A Dresource_request_info.h115 virtual bool IsDownload() const = 0;
/external/chromium_org/chrome/browser/apps/
H A Dapp_url_redirector.cc95 if (ResourceRequestInfo::ForRequest(request)->IsDownload()) {
/external/chromium_org/content/browser/loader/
H A Dresource_request_info_impl.cc225 bool ResourceRequestInfoImpl::IsDownload() const { function in class:content::ResourceRequestInfoImpl
H A Dresource_request_info_impl.h87 virtual bool IsDownload() const OVERRIDE;
H A Dcross_site_resource_handler.cc209 // TODO(davidben): Unify IsDownload() and is_stream(). Several places need to
211 if (!should_transfer || info->IsDownload() || info->is_stream() ||
H A Dresource_loader.cc478 if (from_renderer && (info->IsDownload() || info->is_stream()))
H A Dresource_dispatcher_host_impl.cc529 DCHECK((*i)->GetRequestInfo()->IsDownload() ||
1554 } else if (!info->IsDownload() && !info->is_stream() &&
/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc66 virtual bool IsDownload() const OVERRIDE;
118 bool URLRequestHttpJob::HttpFilterContext::IsDownload() const { function in class:net::URLRequestHttpJob::HttpFilterContext

Completed in 1421 milliseconds