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/
layered_resource_handler.h 36 virtual bool OnWillStart(int request_id, const GURL& url,
throttling_resource_handler.h 40 virtual bool OnWillStart(int request_id, const GURL& url,
layered_resource_handler.cc 53 bool LayeredResourceHandler::OnWillStart(int request_id, const GURL& url,
56 return next_handler_->OnWillStart(request_id, url, defer);
throttling_resource_handler.cc 62 bool ThrottlingResourceHandler::OnWillStart(int request_id,
84 return next_handler_->OnWillStart(request_id, url, defer);
156 if (!OnWillStart(GetRequestID(), url, &defer)) {
async_resource_handler.h 49 virtual bool OnWillStart(int request_id,
certificate_resource_handler.h 53 virtual bool OnWillStart(int request_id,
detachable_resource_handler.h 59 virtual bool OnWillStart(int request_id, const GURL& url,
redirect_to_file_resource_handler.h 43 virtual bool OnWillStart(int request_id,
resource_handler.h 74 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) = 0;
stream_resource_handler.h 48 virtual bool OnWillStart(int request_id,
sync_resource_handler.h 46 virtual bool OnWillStart(int request_id,
detachable_resource_handler.cc 124 bool DetachableResourceHandler::OnWillStart(int request_id, const GURL& url,
131 bool ret = next_handler_->OnWillStart(request_id, url, &is_deferred_);
stream_resource_handler.cc 54 bool StreamResourceHandler::OnWillStart(int request_id,
  /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 63 virtual bool OnWillStart(int request_id,

Completed in 264 milliseconds

1 2