Searched refs:OnResponseCompleted (Results 1 - 24 of 24) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_test_util.cc192 OnResponseCompleted(request);
197 OnResponseCompleted(request);
204 OnResponseCompleted(request);
239 OnResponseCompleted(request);
244 void TestDelegate::OnResponseCompleted(net::URLRequest* request) { function in class:TestDelegate
H A Durl_request_test_util.h152 virtual void OnResponseCompleted(net::URLRequest* request);
/external/chromium/chrome/browser/download/
H A Ddownload_file_manager.h88 void OnResponseCompleted(int id,
H A Ddownload_file_manager.cc207 void DownloadFileManager::OnResponseCompleted( function in class:DownloadFileManager
236 download_manager, &DownloadManager::OnResponseCompleted,
H A Ddownload_manager.h124 void OnResponseCompleted(int32 download_id, int64 size, int os_error,
H A Ddownload_manager.cc537 void DownloadManager::OnResponseCompleted(int32 download_id, function in class:DownloadManager
/external/chromium/chrome/browser/renderer_host/
H A Ddownload_throttling_resource_handler.h53 virtual bool OnResponseCompleted(int request_id,
H A Doffline_resource_handler.h43 virtual bool OnResponseCompleted(int request_id,
H A Dsave_file_resource_handler.h46 virtual bool OnResponseCompleted(int request_id,
H A Ddownload_throttling_resource_handler.cc141 bool DownloadThrottlingResourceHandler::OnResponseCompleted( function in class:DownloadThrottlingResourceHandler
147 return download_handler_->OnResponseCompleted(request_id, status,
152 // OnResponseCompleted(), and we will end up here with an error
H A Doffline_resource_handler.cc61 bool OfflineResourceHandler::OnResponseCompleted( function in class:OfflineResourceHandler
65 return next_handler_->OnResponseCompleted(request_id, status, security_info);
H A Ddownload_resource_handler.h57 virtual bool OnResponseCompleted(int request_id,
H A Dsafe_browsing_resource_handler.h61 virtual bool OnResponseCompleted(int request_id,
H A Dsave_file_resource_handler.cc95 bool SaveFileResourceHandler::OnResponseCompleted(
H A Ddownload_resource_handler.cc171 bool DownloadResourceHandler::OnResponseCompleted( function in class:DownloadResourceHandler
187 &DownloadFileManager::OnResponseCompleted,
H A Dsafe_browsing_resource_handler.cc129 bool SafeBrowsingResourceHandler::OnResponseCompleted( function in class:SafeBrowsingResourceHandler
133 return next_handler_->OnResponseCompleted(request_id, status, security_info);
/external/chromium/net/proxy/
H A Dproxy_script_fetcher_impl.cc107 void ProxyScriptFetcherImpl::OnResponseCompleted(URLRequest* request) { function in class:net::ProxyScriptFetcherImpl
201 OnResponseCompleted(request);
247 OnResponseCompleted(request);
259 OnResponseCompleted(request);
H A Dproxy_script_fetcher_impl.h44 virtual void OnResponseCompleted(URLRequest* request);
/external/chromium/chrome/browser/net/
H A Dconnection_tester.cc272 void OnResponseCompleted(net::URLRequest* request);
285 OnResponseCompleted(request);
296 OnResponseCompleted(request);
313 OnResponseCompleted(request);
317 void ConnectionTester::TestRunner::OnResponseCompleted( function in class:ConnectionTester::TestRunner
/external/chromium/chrome/browser/prerender/
H A Dprerender_resource_handler.cc175 bool PrerenderResourceHandler::OnResponseCompleted( function in class:prerender::PrerenderResourceHandler
179 return next_handler_->OnResponseCompleted(request_id, status, security_info);
H A Dprerender_resource_handler.h65 virtual bool OnResponseCompleted(int request_id,
H A Dprerender_resource_handler_unittest.cc53 virtual bool OnResponseCompleted(int request_id, function in class:prerender::__anon2337::MockResourceHandler
/external/chromium/chrome/browser/extensions/
H A Duser_script_listener_unittest.cc75 virtual bool OnResponseCompleted(int request_id, function in class:__anon2163::DummyResourceHandler
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_cloud_uitest.cc150 virtual void OnResponseCompleted(net::URLRequest* request) { function in class:PrintDialogCloudTest::AutoQuitDelegate

Completed in 250 milliseconds