Lines Matching refs:response_
53 response_(new spdy::SpdyHeaderBlock), in SpdyStream()
87 int rv = delegate_->OnResponseReceived(*response_, response_time_, OK); in PushedStreamReplayData()
242 DCHECK(response_->empty()); in OnResponseReceived()
243 *response_ = response; // TODO(ukai): avoid copy. in OnResponseReceived()
257 rv = delegate_->OnResponseReceived(*response_, response_time_, rv); in OnResponseReceived()
265 DCHECK(!response_->empty()); in OnHeaders()
271 if ((*response_).find(it->first) != (*response_).end()) { in OnHeaders()
277 (*response_)[it->first] = it->second; in OnHeaders()
282 rv = delegate_->OnResponseReceived(*response_, response_time_, rv); in OnHeaders()
429 it = response_->find("url"); in GetUrl()
430 if (it != (*response_).end()) in GetUrl()