Searched refs:NotifyResponseStarted (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_job.cc376 request_->NotifyResponseStarted();
434 request_->NotifyResponseStarted();
488 request_->NotifyResponseStarted();
H A Durl_request.h757 void NotifyResponseStarted();
H A Durl_request.cc857 void URLRequest::NotifyResponseStarted() { function in class:net::URLRequest
872 // completion event and receive a NotifyResponseStarted() later.
875 network_delegate_->NotifyResponseStarted(this);
/external/chromium_org/net/base/
H A Dnetwork_delegate.h88 void NotifyResponseStarted(URLRequest* request);
H A Dnetwork_delegate.cc81 void NetworkDelegate::NotifyResponseStarted(URLRequest* request) { function in class:net::NetworkDelegate

Completed in 195 milliseconds