HomeSort by relevance Sort by last modified time
    Searched refs:OnReadCompleted (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 49 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
chrome_network_delegate.cc 85 void ChromeNetworkDelegate::OnReadCompleted(net::URLRequest* request,
connection_tester.cc 260 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
293 void ConnectionTester::TestRunner::OnReadCompleted(net::URLRequest* request,
310 OnReadCompleted(request, num_bytes);
chrome_dns_cert_provenance_checker.cc 94 void OnReadCompleted(net::URLRequest* request, int bytes_read) {
  /external/chromium/net/base/
network_delegate.cc 38 OnReadCompleted(request, bytes_read);
network_delegate.h 81 // This corresponds to URLRequestDelegate::OnReadCompleted.
82 virtual void OnReadCompleted(URLRequest* request, int bytes_read) = 0;
  /external/chromium/net/url_request/
https_prober.h 63 virtual void OnReadCompleted(URLRequest* request, int bytes_read);
url_request_ftp_job.h 42 void OnReadCompleted(int result);
url_request_test_util.h 147 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
205 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
https_prober.cc 62 void HTTPSProber::OnReadCompleted(URLRequest* request, int bytes_read) {
url_request_test_util.cc 202 OnReadCompleted(request, bytes_read);
208 void TestDelegate::OnReadCompleted(net::URLRequest* request, int bytes_read) {
280 void TestNetworkDelegate::OnReadCompleted(net::URLRequest* request,
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 118 bool DownloadThrottlingResourceHandler::OnReadCompleted(int request_id,
137 return download_handler_->OnReadCompleted(request_id, bytes_read);
206 download_handler_->OnReadCompleted(request_id_, &tmp_buffer_length_);
download_resource_handler.h 55 virtual bool OnReadCompleted(int request_id, int* bytes_read);
download_throttling_resource_handler.h 52 virtual bool OnReadCompleted(int request_id, int* bytes_read);
87 // If true the next call to OnReadCompleted is ignored. This is used if we're
88 // paused during a call to OnReadCompleted. Pausing during OnReadCompleted
89 // results in two calls to OnReadCompleted for the same data. This make sure
offline_resource_handler.h 42 virtual bool OnReadCompleted(int request_id, int* bytes_read);
save_file_resource_handler.h 44 virtual bool OnReadCompleted(int request_id, int* bytes_read);
offline_resource_handler.cc 128 bool OfflineResourceHandler::OnReadCompleted(int request_id, int* bytes_read) {
129 return next_handler_->OnReadCompleted(request_id, bytes_read);
safe_browsing_resource_handler.h 60 virtual bool OnReadCompleted(int request_id, int* bytes_read);
  /external/chromium/chrome/browser/
plugin_download_helper.h 48 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
plugin_download_helper.cc 89 OnReadCompleted(request, bytes_read);
94 void PluginDownloadUrlHelper::OnReadCompleted(net::URLRequest* request,
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.h 58 virtual void OnReadCompleted(URLRequest* request, int num_bytes);
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 170 bool PrerenderResourceHandler::OnReadCompleted(int request_id,
172 return next_handler_->OnReadCompleted(request_id, bytes_read);
prerender_resource_handler.h 63 virtual bool OnReadCompleted(int request_id, int* bytes_read);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 77 virtual void OnReadCompleted(net::URLRequest*, int bytesRead);
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.h 80 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);

Completed in 892 milliseconds

1 2