/external/chromium_org/chrome/browser/net/spdyproxy/ |
proxy_advisor.h | 45 virtual void OnReadCompleted(net::URLRequest* request,
|
/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 | 41 virtual void OnReadCompleted(net::URLRequest* request,
|
/external/chromium_org/content/browser/loader/ |
cross_site_resource_handler.h | 37 virtual bool OnReadCompleted(int request_id,
|
layered_resource_handler.h | 42 virtual bool OnReadCompleted(int request_id, int bytes_read,
|
layered_resource_handler.cc | 67 bool LayeredResourceHandler::OnReadCompleted(int request_id, int bytes_read, 70 return next_handler_->OnReadCompleted(request_id, bytes_read, defer);
|
async_resource_handler.h | 56 virtual bool OnReadCompleted(int request_id,
|
buffered_resource_handler.h | 43 virtual bool OnReadCompleted(int request_id, int bytes_read, 89 // OnReadCompleted) to the downstream ResourceHandler.
|
certificate_resource_handler.h | 64 virtual bool OnReadCompleted(int request_id,
|
detachable_resource_handler.h | 65 virtual bool OnReadCompleted(int request_id, int bytes_read,
|
redirect_to_file_resource_handler.h | 50 virtual bool OnReadCompleted(int request_id, 88 // allocate a buffer of 32k and double it in OnReadCompleted() if the buffer
|
resource_handler.h | 78 // out-params. This call will be followed by either OnReadCompleted or 82 // once data is available, OnReadCompleted will be called. 92 virtual bool OnReadCompleted(int request_id, int bytes_read, 104 // to indicate progress of 'download_to_file' requests. OnReadCompleted
|
/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,
|