Home
last modified time | relevance | path

Searched refs:has_handled_response_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/url_request/
Durl_request_job.cc32 has_handled_response_(false), in URLRequestJob()
214 if (has_handled_response_) in NotifyHeadersComplete()
277 has_handled_response_ = true; in NotifyHeadersComplete()
300 DCHECK(has_handled_response_); in NotifyReadComplete()
341 DCHECK(!has_handled_response_); in NotifyStartError()
342 has_handled_response_ = true; in NotifyStartError()
357 DCHECK(has_handled_response_ || !status.is_success()); in NotifyDone()
389 if (has_handled_response_) { in CompleteNotifyDone()
396 has_handled_response_ = true; in CompleteNotifyDone()
410 DCHECK(!has_handled_response_); in NotifyRestartRequired()
Durl_request_job.h172 bool has_response_started() const { return has_handled_response_; } in has_response_started()
328 bool has_handled_response_; variable