Home
last modified time | relevance | path

Searched refs:NotifyResponseStarted (Results 1 – 8 of 8) sorted by relevance

/external/chromium/net/base/
Dnetwork_delegate.cc29 void NetworkDelegate::NotifyResponseStarted(URLRequest* request) { in NotifyResponseStarted() function in net::NetworkDelegate
Dnetwork_delegate.h44 void NotifyResponseStarted(URLRequest* request);
/external/chromium_org/net/url_request/
Durl_request_job.cc365 request_->NotifyResponseStarted(); in NotifyHeadersComplete()
418 request_->NotifyResponseStarted(); in NotifyStartError()
471 request_->NotifyResponseStarted(); in CompleteNotifyDone()
Durl_request.h758 void NotifyResponseStarted(); in NON_EXPORTED_BASE()
Durl_request.cc815 void URLRequest::NotifyResponseStarted() { in NotifyResponseStarted() function in net::URLRequest
833 network_delegate_->NotifyResponseStarted(this); in NotifyResponseStarted()
/external/chromium_org/net/base/
Dnetwork_delegate.h83 void NotifyResponseStarted(URLRequest* request);
Dnetwork_delegate.cc50 void NetworkDelegate::NotifyResponseStarted(URLRequest* request) { in NotifyResponseStarted() function in net::NetworkDelegate
/external/chromium/net/url_request/
Durl_request.cc528 context_->network_delegate()->NotifyResponseStarted(this); in ResponseStarted()