/external/chromium/chrome/browser/prerender/ |
D | prerender_resource_handler_unittest.cc | 37 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()
|
D | prerender_resource_handler.cc | 150 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/ |
D | throttling_resource_handler.cc | 62 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()
|
D | layered_resource_handler.cc | 53 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()
|
D | detachable_resource_handler.cc | 124 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()
|
D | redirect_to_file_resource_handler.cc | 87 bool RedirectToFileResourceHandler::OnWillStart(int request_id, in OnWillStart() function in content::RedirectToFileResourceHandler 102 return next_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
|
D | layered_resource_handler.h | 36 virtual bool OnWillStart(int request_id, const GURL& url,
|
D | throttling_resource_handler.h | 40 virtual bool OnWillStart(int request_id, const GURL& url,
|
D | certificate_resource_handler.h | 53 virtual bool OnWillStart(int request_id,
|
D | sync_resource_handler.h | 46 virtual bool OnWillStart(int request_id,
|
D | stream_resource_handler.h | 48 virtual bool OnWillStart(int request_id,
|
D | resource_handler.h | 74 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) = 0; in NON_EXPORTED_BASE()
|
D | redirect_to_file_resource_handler.h | 43 virtual bool OnWillStart(int request_id,
|
D | async_resource_handler.h | 49 virtual bool OnWillStart(int request_id,
|
D | stream_resource_handler.cc | 54 bool StreamResourceHandler::OnWillStart(int request_id, in OnWillStart() function in content::StreamResourceHandler
|
D | detachable_resource_handler.h | 59 virtual bool OnWillStart(int request_id, const GURL& url,
|
/external/chromium/chrome/browser/renderer_host/ |
D | offline_resource_handler.cc | 97 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()
|
D | safe_browsing_resource_handler.cc | 97 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()
|
D | download_throttling_resource_handler.cc | 87 bool DownloadThrottlingResourceHandler::OnWillStart(int request_id, in OnWillStart() function in DownloadThrottlingResourceHandler 92 return download_handler_->OnWillStart(request_id, url, defer); in OnWillStart()
|
D | save_file_resource_handler.h | 36 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
|
D | offline_resource_handler.h | 39 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
|
D | download_throttling_resource_handler.h | 49 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
|
D | download_resource_handler.h | 48 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
|
D | safe_browsing_resource_handler.h | 57 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
|
/external/chromium_org/content/browser/download/ |
D | save_file_resource_handler.h | 44 virtual bool OnWillStart(int request_id,
|