Home
last modified time | relevance | path

Searched refs:stream_send_unstall_queue_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_session.h1131 std::deque<SpdyStreamId> stream_send_unstall_queue_[NUM_PRIORITIES]; variable
Dspdy_session.cc3216 stream_send_unstall_queue_[priority].push_back(stream.stream_id()); in QueueSendStalledStream()
3230 old_size = GetTotalSize(stream_send_unstall_queue_); in ResumeSendStalledStreams()
3245 DCHECK_LT(GetTotalSize(stream_send_unstall_queue_), old_size); in ResumeSendStalledStreams()
3251 std::deque<SpdyStreamId>* queue = &stream_send_unstall_queue_[i]; in PopStreamToPossiblyResume()