Home
last modified time | relevance | path

Searched refs:OnReadCompleted (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium/chrome/browser/renderer_host/
Ddownload_throttling_resource_handler.cc118 bool DownloadThrottlingResourceHandler::OnReadCompleted(int request_id, in OnReadCompleted() function in DownloadThrottlingResourceHandler
137 return download_handler_->OnReadCompleted(request_id, bytes_read); in OnReadCompleted()
206 download_handler_->OnReadCompleted(request_id_, &tmp_buffer_length_); in CopyTmpBufferToDownloadHandler()
Doffline_resource_handler.cc128 bool OfflineResourceHandler::OnReadCompleted(int request_id, int* bytes_read) { in OnReadCompleted() function in OfflineResourceHandler
129 return next_handler_->OnReadCompleted(request_id, bytes_read); in OnReadCompleted()
Dsave_file_resource_handler.h44 virtual bool OnReadCompleted(int request_id, int* bytes_read);
Dsafe_browsing_resource_handler.cc122 bool SafeBrowsingResourceHandler::OnReadCompleted(int request_id, in OnReadCompleted() function in SafeBrowsingResourceHandler
126 return next_handler_->OnReadCompleted(request_id, bytes_read); in OnReadCompleted()
Ddownload_throttling_resource_handler.h52 virtual bool OnReadCompleted(int request_id, int* bytes_read);
Doffline_resource_handler.h42 virtual bool OnReadCompleted(int request_id, int* bytes_read);
Ddownload_resource_handler.h55 virtual bool OnReadCompleted(int request_id, int* bytes_read);
Dsafe_browsing_resource_handler.h60 virtual bool OnReadCompleted(int request_id, int* bytes_read);
/external/chromium/net/url_request/
Durl_request_test_util.cc202 OnReadCompleted(request, bytes_read); in OnResponseStarted()
208 void TestDelegate::OnReadCompleted(net::URLRequest* request, int bytes_read) { in OnReadCompleted() function in TestDelegate
280 void TestNetworkDelegate::OnReadCompleted(net::URLRequest* request, in OnReadCompleted() function in TestNetworkDelegate
Durl_request_job_tracker_unittest.cc100 this, &URLRequestJobTrackerTestJob::OnReadCompleted, in ReadRawData()
109 void OnReadCompleted(int status) { in OnReadCompleted() function in net::__anondae5affd0111::URLRequestJobTrackerTestJob
Durl_request_test_util.h147 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
205 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
Durl_request_ftp_job.cc27 read_callback_(this, &URLRequestFtpJob::OnReadCompleted)), in URLRequestFtpJob()
132 void URLRequestFtpJob::OnReadCompleted(int result) { in OnReadCompleted() function in net::URLRequestFtpJob
Durl_request_job.cc328 request_->delegate()->OnReadCompleted(request_, filter_bytes_read); in NotifyReadComplete()
336 request_->delegate()->OnReadCompleted(request_, bytes_read); in NotifyReadComplete()
394 request_->delegate()->OnReadCompleted(request_, -1); in CompleteNotifyDone()
Dhttps_prober.h63 virtual void OnReadCompleted(URLRequest* request, int bytes_read);
Durl_request_ftp_job.h42 void OnReadCompleted(int result);
Dhttps_prober.cc62 void HTTPSProber::OnReadCompleted(URLRequest* request, int bytes_read) { in OnReadCompleted() function in net::HTTPSProber
/external/chromium/chrome/browser/
Dplugin_download_helper.cc89 OnReadCompleted(request, bytes_read); in OnResponseStarted()
94 void PluginDownloadUrlHelper::OnReadCompleted(net::URLRequest* request, in OnReadCompleted() function in PluginDownloadUrlHelper
Dplugin_download_helper.h48 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
/external/chromium/chrome/browser/prerender/
Dprerender_resource_handler.cc170 bool PrerenderResourceHandler::OnReadCompleted(int request_id, in OnReadCompleted() function in prerender::PrerenderResourceHandler
172 return next_handler_->OnReadCompleted(request_id, bytes_read); in OnReadCompleted()
/external/chromium/chrome/browser/net/
Dconnection_tester.cc260 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
293 void ConnectionTester::TestRunner::OnReadCompleted(net::URLRequest* request, in OnReadCompleted() function in ConnectionTester::TestRunner
310 OnReadCompleted(request, num_bytes); in ReadBody()
Dchrome_network_delegate.h49 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
/external/chromium/net/base/
Dnetwork_delegate.cc38 OnReadCompleted(request, bytes_read); in NotifyReadCompleted()
Dnetwork_delegate.h82 virtual void OnReadCompleted(URLRequest* request, int bytes_read) = 0;
/external/chromium/net/proxy/
Dproxy_script_fetcher_impl.h58 virtual void OnReadCompleted(URLRequest* request, int num_bytes);
/external/chromium/chrome/common/net/
Durl_fetcher.cc63 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
301 OnReadCompleted(request_.get(), bytes_read); in OnResponseStarted()
324 void URLFetcher::Core::OnReadCompleted(net::URLRequest* request, in OnReadCompleted() function in URLFetcher::Core

12