Searched defs:crypto_stream_blocked_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_write_blocked_list.h35 return crypto_stream_blocked_ || headers_stream_blocked_;
40 if (crypto_stream_blocked_) {
51 if (crypto_stream_blocked_) {
52 crypto_stream_blocked_ = false;
71 // TODO(avd) Add DCHECK(!crypto_stream_blocked_)
72 crypto_stream_blocked_ = true;
94 bool crypto_stream_blocked() const { return crypto_stream_blocked_; }
99 bool crypto_stream_blocked_; member in class:net::QuicWriteBlockedList

Completed in 578 milliseconds