/external/chromium_org/content/browser/loader/ |
D | layered_resource_handler.cc | 52 bool LayeredResourceHandler::OnWillStart(const GURL& url, in OnWillStart() function in content::LayeredResourceHandler
|
D | sync_resource_handler.cc | 98 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::SyncResourceHandler
|
D | stream_resource_handler.cc | 51 bool StreamResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::StreamResourceHandler
|
D | certificate_resource_handler.cc | 51 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::CertificateResourceHandler
|
D | throttling_resource_handler.cc | 61 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::ThrottlingResourceHandler
|
D | detachable_resource_handler.cc | 125 bool DetachableResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::DetachableResourceHandler
|
D | redirect_to_file_resource_handler.cc | 165 bool RedirectToFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::RedirectToFileResourceHandler
|
D | async_resource_handler.cc | 233 bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { in OnWillStart() function in content::AsyncResourceHandler
|
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.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
|