Home
last modified time | relevance | path

Searched refs:NotifyReadCompleted (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/url_request/
Durl_request_job.cc613 request_->NotifyReadCompleted(-1); in NotifyDone()
682 request_->NotifyReadCompleted(result); in SourceStreamReadComplete()
Durl_request.h934 void NotifyReadCompleted(int bytes_read);
Durl_request.cc1076 void URLRequest::NotifyReadCompleted(int bytes_read) { in NotifyReadCompleted() function in net::URLRequest