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

/external/chromium_org/content/browser/loader/
H A Dlayered_resource_handler.cc52 bool LayeredResourceHandler::OnWillStart(const GURL& url, function in class:content::LayeredResourceHandler
55 return next_handler_->OnWillStart(url, defer);
H A Dthrottling_resource_handler.cc61 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::ThrottlingResourceHandler
81 return next_handler_->OnWillStart(url, defer);
179 if (!OnWillStart(url, &defer)) {
H A Dasync_resource_handler.h45 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dcertificate_resource_handler.h48 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dlayered_resource_handler.h34 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dredirect_to_file_resource_handler.h61 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dresource_handler.h71 virtual bool OnWillStart(const GURL& url, bool* defer) = 0;
H A Dstream_resource_handler.h44 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dsync_resource_handler.h42 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dthrottling_resource_handler.h40 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Ddetachable_resource_handler.cc125 bool DetachableResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::DetachableResourceHandler
131 bool ret = next_handler_->OnWillStart(url, &is_deferred_);
H A Ddetachable_resource_handler.h57 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dstream_resource_handler.cc51 bool StreamResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::StreamResourceHandler
H A Dcertificate_resource_handler.cc51 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::CertificateResourceHandler
H A Dsync_resource_handler.cc98 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::SyncResourceHandler
H A Dredirect_to_file_resource_handler.cc165 bool RedirectToFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::RedirectToFileResourceHandler
257 if (!next_handler_->OnWillStart(will_start_url_, &defer)) {
H A Dasync_resource_handler.cc233 bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::AsyncResourceHandler
H A Dresource_loader.cc112 if (!handler_->OnWillStart(request_->url(), &defer_start)) {
H A Dresource_loader_unittest.cc100 // If true, defers the resource load in OnWillStart.
149 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE {
691 // downstream handler defers OnWillStart.
693 // Defer OnWillStart.
700 // The request should have stopped at OnWillStart.
/external/chromium_org/content/browser/download/
H A Dsave_file_resource_handler.h45 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Ddownload_resource_handler.h60 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
H A Dsave_file_resource_handler.cc68 bool SaveFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::SaveFileResourceHandler
H A Ddownload_resource_handler.cc275 bool DownloadResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::DownloadResourceHandler
524 // If it goes through, it will likely be because OnWillStart() returned

Completed in 605 milliseconds