Lines Matching refs:second
65 ElideHeaderValueForNetLog(log_level, it->first, it->second));
131 dict->SetString("proxy", host_pair->second.ToPacString());
162 const SpdySettingsFlags flags = it->second.first;
163 const uint32 value = it->second.second;
992 CHECK_EQ(it->second.stream->stream_id(), stream_id);
1030 SpdyStream* stream = it->second.stream;
1200 scoped_ptr<SpdyStream> owned_stream(it->second.stream);
1236 RequestPriority priority = it->second.stream->priority();
1668 LogAbandonedStream(it->second.stream, status);
1672 if (it->second.stream->type() == SPDY_PUSH_STREAM &&
1673 unclaimed_pushed_streams_.find(it->second.stream->url()) !=
1716 dict->SetString("proxy", host_port_proxy_pair().second.ToURI());
1842 CHECK(result.second);
1870 SpdyStreamId stream_id = unclaimed_it->second.stream_id;
1881 return active_it->second.stream->GetWeakPtr();
1938 SpdyStream* stream = it->second.stream;
1993 SpdyStream* stream = it->second.stream;
1998 if (it->second.waiting_for_syn_reply) {
2141 active_it->second.stream) != OK)
2162 if (minimum_freshness > it->second.creation_time)
2163 streams_to_close.push_back(it->second.stream_id);
2205 SpdyStream* stream = it->second.stream;
2218 if (!it->second.waiting_for_syn_reply) {
2225 it->second.waiting_for_syn_reply = false;
2250 SpdyStream* stream = it->second.stream;
2259 if (it->second.waiting_for_syn_reply) {
2268 it->second.waiting_for_syn_reply = false;
2271 } else if (it->second.stream->IsReservedRemote()) {
2300 CHECK_EQ(it->second.stream->stream_id(), stream_id);
2303 it->second.stream->OnDataReceived(scoped_ptr<SpdyBuffer>());
2309 it->second.stream->LogStreamError(
2415 SpdyStream* stream = it->second.stream;
2427 CHECK_EQ(it->second.stream->stream_id(), stream_id);
2428 it->second.stream->IncreaseSendWindowSize(
2515 GURL associated_url(associated_it->second.stream->GetUrlFromHeaders());
2551 associated_it->second.stream->IncrementRawReceivedBytes(
2574 active_it->second.stream->OnPushPromiseHeadersReceived(headers);
2575 DCHECK(active_it->second.stream->IsReservedRemote());
2606 CHECK_EQ(it->second.stream->stream_id(), stream_id);
2608 stream_id, delta_window_size, it->second.stream->priority());
2663 uint32 cwnd = (it != server_settings_map.end()) ? it->second.second : 0;
2669 const uint32 new_val = it->second.second;
2728 it->second.stream->AdjustSendWindowSize(delta_window_size);
2757 CHECK_EQ(it->second.stream->stream_id(), stream_id);
2878 const uint32 val = it->second.second;
3111 it->second.stream->PossiblyResumeIfSendStalled();