Searched defs:OnWillStart (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
H A Dsave_file_resource_handler.cc63 bool SaveFileResourceHandler::OnWillStart(int request_id, function in class:SaveFileResourceHandler
H A Ddownload_throttling_resource_handler.cc87 bool DownloadThrottlingResourceHandler::OnWillStart(int request_id, function in class:DownloadThrottlingResourceHandler
92 return download_handler_->OnWillStart(request_id, url, defer);
H A Doffline_resource_handler.cc72 Release(); // Balanced with OnWillStart
88 Release(); // Balanced with OnWillStart
97 bool OfflineResourceHandler::OnWillStart(int request_id, function in class:OfflineResourceHandler
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);
H A Ddownload_resource_handler.cc123 bool DownloadResourceHandler::OnWillStart(int request_id, function in class:DownloadResourceHandler
H A Dsafe_browsing_resource_handler.cc97 bool SafeBrowsingResourceHandler::OnWillStart(int request_id, function in class:SafeBrowsingResourceHandler
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);
/external/chromium/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc55 virtual bool OnWillStart(int request_id, function in class:__anon2163::DummyResourceHandler
/external/chromium/chrome/browser/prerender/
H A Dprerender_resource_handler.cc150 bool PrerenderResourceHandler::OnWillStart(int request_id, function in class:prerender::PrerenderResourceHandler
153 bool will_start = next_handler_->OnWillStart(request_id, url, defer);
H A Dprerender_resource_handler_unittest.cc37 virtual bool OnWillStart(int request_id, const GURL& url, bool* defer) { function in class:prerender::__anon2337::MockResourceHandler
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));

Completed in 72 milliseconds