Home
last modified time | relevance | path

Searched refs:OnWillStart (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium/chrome/browser/prerender/
Dprerender_resource_handler_unittest.cc37 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) { in OnWillStart() function in prerender::__anon224e90c20111::MockResourceHandler
126 EXPECT_TRUE(pre_handler_->OnWillStart(request_id, default_url_, &defer)); in StartPrerendering()
180 EXPECT_TRUE(pre_handler_->OnWillStart(kRequestId, default_url_, &defer)); in TEST_F()
204 EXPECT_FALSE(pre_handler_->OnWillStart(kRequestId, url_https, &defer)); in TEST_F()
210 EXPECT_TRUE(pre_handler_->OnWillStart(kRequestId, default_url_, &defer)); in TEST_F()
Dprerender_resource_handler.cc150 bool PrerenderResourceHandler::OnWillStart(int request_id, in OnWillStart() function in prerender::PrerenderResourceHandler
153 bool will_start = next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
/external/chromium_org/content/browser/loader/
Dthrottling_resource_handler.cc62 bool ThrottlingResourceHandler::OnWillStart(int request_id, in OnWillStart() function in content::ThrottlingResourceHandler
84 return next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
156 if (!OnWillStart(GetRequestID(), url, &defer)) { in ResumeStart()
Dlayered_resource_handler.cc53 bool LayeredResourceHandler::OnWillStart(int request_id, const GURL& url, in OnWillStart() function in content::LayeredResourceHandler
56 return next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
Ddetachable_resource_handler.cc124 bool DetachableResourceHandler::OnWillStart(int request_id, const GURL& url, in OnWillStart() function in content::DetachableResourceHandler
131 bool ret = next_handler_->OnWillStart(request_id, url, &is_deferred_); in OnWillStart()
Dredirect_to_file_resource_handler.cc87 bool RedirectToFileResourceHandler::OnWillStart(int request_id, in OnWillStart() function in content::RedirectToFileResourceHandler
102 return next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
Dlayered_resource_handler.h36 virtual bool OnWillStart(int request_id, const GURL& url,
Dthrottling_resource_handler.h40 virtual bool OnWillStart(int request_id, const GURL& url,
Dcertificate_resource_handler.h53 virtual bool OnWillStart(int request_id,
Dsync_resource_handler.h46 virtual bool OnWillStart(int request_id,
Dstream_resource_handler.h48 virtual bool OnWillStart(int request_id,
Dresource_handler.h74 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) = 0; in NON_EXPORTED_BASE()
Dredirect_to_file_resource_handler.h43 virtual bool OnWillStart(int request_id,
Dasync_resource_handler.h49 virtual bool OnWillStart(int request_id,
Dstream_resource_handler.cc54 bool StreamResourceHandler::OnWillStart(int request_id, in OnWillStart() function in content::StreamResourceHandler
Ddetachable_resource_handler.h59 virtual bool OnWillStart(int request_id, const GURL& url,
/external/chromium/chrome/browser/renderer_host/
Doffline_resource_handler.cc97 bool OfflineResourceHandler::OnWillStart(int request_id, in OnWillStart() function in OfflineResourceHandler
118 return next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
184 next_handler_->OnWillStart(request_id, url, &defer); in Resume()
Dsafe_browsing_resource_handler.cc97 bool SafeBrowsingResourceHandler::OnWillStart(int request_id, in OnWillStart() function in SafeBrowsingResourceHandler
102 return next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
289 next_handler_->OnWillStart(request_id, url, &defer); in ResumeStart()
Ddownload_throttling_resource_handler.cc87 bool DownloadThrottlingResourceHandler::OnWillStart(int request_id, in OnWillStart() function in DownloadThrottlingResourceHandler
92 return download_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
Dsave_file_resource_handler.h36 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
Doffline_resource_handler.h39 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
Ddownload_throttling_resource_handler.h49 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
Ddownload_resource_handler.h48 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
Dsafe_browsing_resource_handler.h57 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
/external/chromium_org/content/browser/download/
Dsave_file_resource_handler.h44 virtual bool OnWillStart(int request_id,

12