/external/chromium/net/url_request/ |
H A D | url_request_test_util.cc | 192 OnResponseCompleted(request); 197 OnResponseCompleted(request); 204 OnResponseCompleted(request); 239 OnResponseCompleted(request); 244 void TestDelegate::OnResponseCompleted(net::URLRequest* request) { function in class:TestDelegate
|
H A D | url_request_test_util.h | 152 virtual void OnResponseCompleted(net::URLRequest* request);
|
/external/chromium/chrome/browser/download/ |
H A D | download_file_manager.h | 88 void OnResponseCompleted(int id,
|
H A D | download_file_manager.cc | 207 void DownloadFileManager::OnResponseCompleted( function in class:DownloadFileManager 236 download_manager, &DownloadManager::OnResponseCompleted,
|
H A D | download_manager.h | 124 void OnResponseCompleted(int32 download_id, int64 size, int os_error,
|
H A D | download_manager.cc | 537 void DownloadManager::OnResponseCompleted(int32 download_id, function in class:DownloadManager
|
/external/chromium/chrome/browser/renderer_host/ |
H A D | download_throttling_resource_handler.h | 53 virtual bool OnResponseCompleted(int request_id,
|
H A D | offline_resource_handler.h | 43 virtual bool OnResponseCompleted(int request_id,
|
H A D | save_file_resource_handler.h | 46 virtual bool OnResponseCompleted(int request_id,
|
H A D | download_throttling_resource_handler.cc | 141 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 D | offline_resource_handler.cc | 61 bool OfflineResourceHandler::OnResponseCompleted( function in class:OfflineResourceHandler 65 return next_handler_->OnResponseCompleted(request_id, status, security_info);
|
H A D | download_resource_handler.h | 57 virtual bool OnResponseCompleted(int request_id,
|
H A D | safe_browsing_resource_handler.h | 61 virtual bool OnResponseCompleted(int request_id,
|
H A D | save_file_resource_handler.cc | 95 bool SaveFileResourceHandler::OnResponseCompleted(
|
H A D | download_resource_handler.cc | 171 bool DownloadResourceHandler::OnResponseCompleted( function in class:DownloadResourceHandler 187 &DownloadFileManager::OnResponseCompleted,
|
H A D | safe_browsing_resource_handler.cc | 129 bool SafeBrowsingResourceHandler::OnResponseCompleted( function in class:SafeBrowsingResourceHandler 133 return next_handler_->OnResponseCompleted(request_id, status, security_info);
|
/external/chromium/net/proxy/ |
H A D | proxy_script_fetcher_impl.cc | 107 void ProxyScriptFetcherImpl::OnResponseCompleted(URLRequest* request) { function in class:net::ProxyScriptFetcherImpl 201 OnResponseCompleted(request); 247 OnResponseCompleted(request); 259 OnResponseCompleted(request);
|
H A D | proxy_script_fetcher_impl.h | 44 virtual void OnResponseCompleted(URLRequest* request);
|
/external/chromium/chrome/browser/net/ |
H A D | connection_tester.cc | 272 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 D | prerender_resource_handler.cc | 175 bool PrerenderResourceHandler::OnResponseCompleted( function in class:prerender::PrerenderResourceHandler 179 return next_handler_->OnResponseCompleted(request_id, status, security_info);
|
H A D | prerender_resource_handler.h | 65 virtual bool OnResponseCompleted(int request_id,
|
H A D | prerender_resource_handler_unittest.cc | 53 virtual bool OnResponseCompleted(int request_id, function in class:prerender::__anon2337::MockResourceHandler
|
/external/chromium/chrome/browser/extensions/ |
H A D | user_script_listener_unittest.cc | 75 virtual bool OnResponseCompleted(int request_id, function in class:__anon2163::DummyResourceHandler
|
/external/chromium/chrome/browser/printing/ |
H A D | print_dialog_cloud_uitest.cc | 150 virtual void OnResponseCompleted(net::URLRequest* request) { function in class:PrintDialogCloudTest::AutoQuitDelegate
|