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

/external/chromium_org/net/url_request/
H A Durl_request_job.cc391 OnRawReadComplete(bytes_read);
698 // OnRawReadComplete() callback in the event that the read completes
705 // invoke the OnRawReadComplete callback so we can account for the
707 OnRawReadComplete(*bytes_read);
718 void URLRequestJob::OnRawReadComplete(int bytes_read) { function in class:net::URLRequestJob
H A Durl_request_job.h374 void OnRawReadComplete(int bytes_read);

Completed in 112 milliseconds