HomeSort by relevance Sort by last modified time
    Searched refs:OnWillStart (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium/chrome/browser/prerender/
prerender_resource_handler_unittest.cc 37 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) {
126 EXPECT_TRUE(pre_handler_->OnWillStart(request_id, default_url_, &defer));
180 EXPECT_TRUE(pre_handler_->OnWillStart(kRequestId, default_url_, &defer));
204 EXPECT_FALSE(pre_handler_->OnWillStart(kRequestId, url_https, &defer));
210 EXPECT_TRUE(pre_handler_->OnWillStart(kRequestId, default_url_, &defer));
prerender_resource_handler.cc 150 bool PrerenderResourceHandler::OnWillStart(int request_id,
153 bool will_start = next_handler_->OnWillStart(request_id, url, defer);
prerender_resource_handler.h 56 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
  /external/chromium_org/content/browser/loader/
doomed_resource_handler.h 36 virtual bool OnWillStart(int request_id,
layered_resource_handler.h 31 virtual bool OnWillStart(int request_id, const GURL& url,
resource_handler.h 70 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) = 0;
throttling_resource_handler.h 37 virtual bool OnWillStart(int request_id, const GURL& url,
layered_resource_handler.cc 51 bool LayeredResourceHandler::OnWillStart(int request_id, const GURL& url,
54 return next_handler_->OnWillStart(request_id, url, defer);
throttling_resource_handler.cc 57 bool ThrottlingResourceHandler::OnWillStart(int request_id,
78 return next_handler_->OnWillStart(request_id, url, defer);
147 if (!OnWillStart(request_id_, url, &defer)) {
async_resource_handler.h 50 virtual bool OnWillStart(int request_id,
certificate_resource_handler.h 55 virtual bool OnWillStart(int request_id,
doomed_resource_handler.cc 42 bool DoomedResourceHandler::OnWillStart(int request_id,
redirect_to_file_resource_handler.h 42 virtual bool OnWillStart(int request_id,
stream_resource_handler.h 48 virtual bool OnWillStart(int request_id,
sync_resource_handler.h 46 virtual bool OnWillStart(int request_id,
redirect_to_file_resource_handler.cc 88 bool RedirectToFileResourceHandler::OnWillStart(int request_id,
104 return next_handler_->OnWillStart(request_id, url, defer);
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 72 Release(); // Balanced with OnWillStart
88 Release(); // Balanced with OnWillStart
97 bool OfflineResourceHandler::OnWillStart(int request_id,
103 DVLOG(1) << "OnWillStart: this=" << this << ", request id=" << request_id
118 return next_handler_->OnWillStart(request_id, url, defer);
154 Release(); // Balanced with OnWillStart
184 next_handler_->OnWillStart(request_id, url, &defer);
download_resource_handler.h 48 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
download_throttling_resource_handler.h 49 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
offline_resource_handler.h 39 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
save_file_resource_handler.h 36 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
download_throttling_resource_handler.cc 87 bool DownloadThrottlingResourceHandler::OnWillStart(int request_id,
92 return download_handler_->OnWillStart(request_id, url, defer);
safe_browsing_resource_handler.h 57 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer);
  /external/chromium_org/content/browser/download/
save_file_resource_handler.h 44 virtual bool OnWillStart(int request_id,
download_resource_handler.h 64 virtual bool OnWillStart(int request_id,

Completed in 94 milliseconds

1 2