/external/chromium_org/content/browser/loader/ |
D | throttling_resource_handler.cc | 60 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()
|
D | layered_resource_handler.cc | 51 bool LayeredResourceHandler::OnWillStart(const GURL& url, in OnWillStart() function in content::LayeredResourceHandler 54 return next_handler_->OnWillStart(url, defer); in OnWillStart()
|
D | detachable_resource_handler.cc | 118 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()
|
D | throttling_resource_handler.h | 39 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | layered_resource_handler.h | 34 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | resource_handler.h | 70 virtual bool OnWillStart(const GURL& url, bool* defer) = 0; in NON_EXPORTED_BASE()
|
D | sync_resource_handler.h | 42 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 | redirect_to_file_resource_handler.h | 61 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | certificate_resource_handler.h | 49 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | redirect_to_file_resource_handler.cc | 168 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()
|
D | async_resource_handler.h | 44 virtual bool OnWillStart(const GURL& url, bool* defer) OVERRIDE;
|
D | stream_resource_handler.cc | 50 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 | 50 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::CertificateResourceHandler
|
D | sync_resource_handler.cc | 96 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SyncResourceHandler
|
D | async_resource_handler.cc | 222 bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::AsyncResourceHandler
|
D | resource_loader.cc | 102 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::__anonf4488d030111::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 | 67 bool SaveFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SaveFileResourceHandler
|
D | download_resource_handler.cc | 278 bool DownloadResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::DownloadResourceHandler
|