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

/external/chromium_org/content/browser/download/
H A Dsave_file_resource_handler.cc67 bool SaveFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::SaveFileResourceHandler
H A Ddownload_resource_handler.cc278 bool DownloadResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::DownloadResourceHandler
520 // If it goes through, it will likely be because OnWillStart() returned
/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc60 bool ThrottlingResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::ThrottlingResourceHandler
80 return next_handler_->OnWillStart(url, defer);
178 if (!OnWillStart(url, &defer)) {
H A Dcertificate_resource_handler.cc50 bool CertificateResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::CertificateResourceHandler
H A Ddetachable_resource_handler.cc118 bool DetachableResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::DetachableResourceHandler
124 bool ret = next_handler_->OnWillStart(url, &is_deferred_);
H A Dlayered_resource_handler.cc51 bool LayeredResourceHandler::OnWillStart(const GURL& url, function in class:content::LayeredResourceHandler
54 return next_handler_->OnWillStart(url, defer);
H A Dstream_resource_handler.cc50 bool StreamResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::StreamResourceHandler
H A Dsync_resource_handler.cc96 bool SyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::SyncResourceHandler
H A Dredirect_to_file_resource_handler.cc168 bool RedirectToFileResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::RedirectToFileResourceHandler
260 if (!next_handler_->OnWillStart(will_start_url_, &defer)) {
H A Dasync_resource_handler.cc222 bool AsyncResourceHandler::OnWillStart(const GURL& url, bool* defer) { function in class:content::AsyncResourceHandler

Completed in 272 milliseconds