HomeSort by relevance Sort by last modified time
    Searched refs:OnRawReadComplete (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request_job.h 285 void OnRawReadComplete(int bytes_read);
url_request_job.cc 302 OnRawReadComplete(bytes_read);
572 // OnRawReadComplete() callback in the event that the read completes
579 // invoke the OnRawReadComplete callback so we can account for the
581 OnRawReadComplete(*bytes_read);
594 void URLRequestJob::OnRawReadComplete(int bytes_read) {

Completed in 40 milliseconds