HomeSort by relevance Sort by last modified time
    Searched refs:IsDownload (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/public/browser/
resource_request_info.h 116 virtual bool IsDownload() const = 0;
  /external/chromium_org/net/filter/
mock_filter_context.cc 47 bool MockFilterContext::IsDownload() const { return is_download_; }
mock_filter_context.h 56 virtual bool IsDownload() const OVERRIDE;
filter.h 89 virtual bool IsDownload() const = 0;
filter.cc 184 if (filter_context.IsDownload()) {
  /external/chromium_org/chrome/browser/apps/
app_url_redirector.cc 96 if (ResourceRequestInfo::ForRequest(request)->IsDownload()) {
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.h 86 virtual bool IsDownload() const OVERRIDE;
resource_request_info_impl.cc 234 bool ResourceRequestInfoImpl::IsDownload() const {
cross_site_resource_handler.cc 181 // TODO(davidben): Unify IsDownload() and is_stream(). Several places need to
183 if (!swap_needed || info->IsDownload() || info->is_stream() ||
resource_loader.cc 468 if (from_renderer && (info->IsDownload() || info->is_stream()))
resource_dispatcher_host_impl.cc 452 DCHECK((*i)->GetRequestInfo()->IsDownload() ||
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job.cc 65 virtual bool IsDownload() const OVERRIDE;
117 bool URLRequestHttpJob::HttpFilterContext::IsDownload() const {
    [all...]

Completed in 192 milliseconds