Home
last modified time | relevance | path

Searched refs:OnWillStart (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/browser/loader/
Dthrottling_resource_handler.cc60 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::ThrottlingResourceHandler
80 return next_handler_->OnWillStart(url, defer); in OnWillStart()
178 if (!OnWillStart(url, &defer)) { in ResumeStart()
Dlayered_resource_handler.cc51 bool LayeredResourceHandler::OnWillStart(const GURL& url, in OnWillStart() function in content::LayeredResourceHandler
54 return next_handler_->OnWillStart(url, defer); in OnWillStart()
Ddetachable_resource_handler.cc118 bool DetachableResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::DetachableResourceHandler
124 bool ret = next_handler_->OnWillStart(url, &is_deferred_); in OnWillStart()
Dthrottling_resource_handler.h39 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dlayered_resource_handler.h34 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dresource_handler.h70 virtual bool OnWillStart(const GURL& url, bool* defer) = 0; in NON_EXPORTED_BASE()
Dsync_resource_handler.h42 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dstream_resource_handler.h44 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dredirect_to_file_resource_handler.h61 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dcertificate_resource_handler.h49 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dredirect_to_file_resource_handler.cc168 bool RedirectToFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::RedirectToFileResourceHandler
260 if (!next_handler_->OnWillStart(will_start_url_, &defer)) { in DidCreateTemporaryFile()
Dasync_resource_handler.h44 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dstream_resource_handler.cc50 bool StreamResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::StreamResourceHandler
Ddetachable_resource_handler.h57 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dcertificate_resource_handler.cc50 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::CertificateResourceHandler
Dsync_resource_handler.cc96 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SyncResourceHandler
Dasync_resource_handler.cc222 bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::AsyncResourceHandler
Dresource_loader.cc102 if (!handler_->OnWillStart(request_->url(), &defer_start)) { in StartRequest()
Dresource_loader_unittest.cc149 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE { in OnWillStart() function in content::__anonf4488d030111::ResourceHandlerStub
/external/chromium_org/content/browser/download/
Dsave_file_resource_handler.h45 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Ddownload_resource_handler.h60 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
Dsave_file_resource_handler.cc67 bool SaveFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SaveFileResourceHandler
Ddownload_resource_handler.cc278 bool DownloadResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::DownloadResourceHandler