Home | History | Annotate | Download | only in spdy

Lines Matching refs:response_

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