Searched defs:OnRawReadComplete (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_job.cc302 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) { function in class:net::URLRequestJob
/external/chromium_org/net/url_request/
H A Durl_request_job.cc378 OnRawReadComplete(bytes_read);
677 // OnRawReadComplete() callback in the event that the read completes
693 // invoke the OnRawReadComplete callback so we can account for the
695 OnRawReadComplete(*bytes_read);
706 void URLRequestJob::OnRawReadComplete(int bytes_read) { function in class:net::URLRequestJob

Completed in 108 milliseconds