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

  /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/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);
safe_browsing_resource_handler.cc 97 bool SafeBrowsingResourceHandler::OnWillStart(int request_id,
102 return next_handler_->OnWillStart(request_id, url, defer);
279 // Retrieve the details for the paused OnWillStart().
289 next_handler_->OnWillStart(request_id, url, &defer);
save_file_resource_handler.cc 63 bool SaveFileResourceHandler::OnWillStart(int request_id,
download_resource_handler.cc 123 bool DownloadResourceHandler::OnWillStart(int request_id,
  /external/chromium/chrome/browser/extensions/
user_script_listener_unittest.cc 55 virtual bool OnWillStart(int request_id,

Completed in 78 milliseconds