Searched defs:OnWillStart (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/download/
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
/external/chromium_org/content/browser/loader/
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 Dcertificate_resource_handler.cc51 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::CertificateResourceHandler
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 Dlayered_resource_handler.cc52 bool LayeredResourceHandler::OnWillStart(const GURL& url, function in class:content::LayeredResourceHandler
55 return next_handler_->OnWillStart(url, defer);
H A Dstream_resource_handler.cc51 bool StreamResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::StreamResourceHandler
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

Completed in 736 milliseconds