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

1 2 3 4 5

  /external/chromium/chrome/browser/net/
chrome_network_delegate.h 49 virtual 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);
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter.h 40 virtual void OnReadCompleted(net::URLRequest* request,
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.h 38 virtual bool OnReadCompleted(int request_id,
doomed_resource_handler.h 43 virtual bool OnReadCompleted(int request_id,
layered_resource_handler.h 35 virtual bool OnReadCompleted(int request_id, int bytes_read,
resource_handler.h 74 // out-params. This call will be followed by either OnReadCompleted or
78 // once data is available, OnReadCompleted will be called.
88 virtual bool OnReadCompleted(int request_id, int bytes_read,
99 // to indicate progress of 'download_to_file' requests. OnReadCompleted
layered_resource_handler.cc 63 bool LayeredResourceHandler::OnReadCompleted(int request_id, int bytes_read,
66 return next_handler_->OnReadCompleted(request_id, bytes_read, defer);
cross_site_resource_handler.cc 108 bool CrossSiteResourceHandler::OnReadCompleted(int request_id,
112 return next_handler_->OnReadCompleted(request_id, bytes_read, defer);
async_resource_handler.h 57 virtual bool OnReadCompleted(int request_id,
buffered_resource_handler.h 43 virtual bool OnReadCompleted(int request_id, int bytes_read,
88 // OnReadCompleted) to the downstream ResourceHandler.
certificate_resource_handler.h 66 virtual bool OnReadCompleted(int request_id,
doomed_resource_handler.cc 57 bool DoomedResourceHandler::OnReadCompleted(int request_id,
  /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);
  /external/chromium/chrome/browser/
plugin_download_helper.h 48 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.h 58 virtual void OnReadCompleted(URLRequest* request, int num_bytes);
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job.h 74 void OnReadCompleted(int read_result);
  /external/chromium_org/content/browser/download/
save_file_resource_handler.h 56 virtual bool OnReadCompleted(int request_id, int bytes_read,

Completed in 258 milliseconds

1 2 3 4 5