Searched refs:has_handled_response_ (Results 1 – 2 of 2) sorted by relevance
32 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()
172 bool has_response_started() const { return has_handled_response_; } in has_response_started()328 bool has_handled_response_; variable