/external/chromium_org/content/browser/loader/ |
D | throttling_resource_handler.cc | 61 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::ThrottlingResourceHandler 81 return next_handler_->OnWillStart(url, defer); in OnWillStart() 179 if (!OnWillStart(url, &defer)) { in ResumeStart()
|
D | layered_resource_handler.cc | 52 bool LayeredResourceHandler::OnWillStart(const GURL& url, in OnWillStart() function in content::LayeredResourceHandler 55 return next_handler_->OnWillStart(url, defer); in OnWillStart()
|
D | detachable_resource_handler.cc | 125 bool DetachableResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::DetachableResourceHandler 131 bool ret = next_handler_->OnWillStart(url, &is_deferred_); in OnWillStart()
|
D | layered_resource_handler.h | 34 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | throttling_resource_handler.h | 40 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | redirect_to_file_resource_handler.cc | 165 bool RedirectToFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::RedirectToFileResourceHandler 257 if (!next_handler_->OnWillStart(will_start_url_, &defer)) { in DidCreateTemporaryFile()
|
D | certificate_resource_handler.h | 48 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | stream_resource_handler.h | 44 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | sync_resource_handler.h | 42 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | resource_handler.h | 71 virtual bool OnWillStart(const GURL& url, bool* defer) = 0; in NON_EXPORTED_BASE()
|
D | redirect_to_file_resource_handler.h | 61 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | async_resource_handler.h | 45 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | stream_resource_handler.cc | 51 bool StreamResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::StreamResourceHandler
|
D | detachable_resource_handler.h | 57 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | certificate_resource_handler.cc | 51 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::CertificateResourceHandler
|
D | sync_resource_handler.cc | 98 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SyncResourceHandler
|
D | async_resource_handler.cc | 233 bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::AsyncResourceHandler
|
D | resource_loader.cc | 112 if (!handler_->OnWillStart(request_->url(), &defer_start)) { in StartRequest()
|
D | resource_loader_unittest.cc | 149 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE { in OnWillStart() function in content::__anon6679e6160111::ResourceHandlerStub
|
/external/chromium_org/content/browser/download/ |
D | save_file_resource_handler.h | 45 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | download_resource_handler.h | 60 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | save_file_resource_handler.cc | 68 bool SaveFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SaveFileResourceHandler
|
D | download_resource_handler.cc | 275 bool DownloadResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::DownloadResourceHandler
|