HomeSort by relevance Sort by last modified time
    Searched refs:crypto_stream_blocked_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/
quic_write_blocked_list.h 35 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
quic_write_blocked_list.cc 15 : crypto_stream_blocked_(false),

Completed in 58 milliseconds