Searched refs:has_handled_response_ (Results 1 – 2 of 2) sorted by relevance
31 has_handled_response_(false), in URLRequestJob()351 if (has_handled_response_) in NotifyHeadersComplete()414 has_handled_response_ = true; in NotifyHeadersComplete()429 DCHECK(!has_handled_response_); in NotifyStartError()430 has_handled_response_ = true; in NotifyStartError()446 DCHECK(has_handled_response_); in NotifyReadComplete()498 DCHECK(has_handled_response_ || !status.is_success()); in NotifyDone()529 if (has_handled_response_) { in CompleteNotifyDone()533 has_handled_response_ = true; in CompleteNotifyDone()547 DCHECK(!has_handled_response_); in NotifyRestartRequired()
206 bool has_response_started() const { return has_handled_response_; } in has_response_started()346 bool has_handled_response_; variable