Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_session.cc112 has_pending_handshake_(false) { in QuicSession()
336 has_pending_handshake_ = false; // We just popped it. in OnCanWrite()
358 return has_pending_handshake_; in HasPendingHandshake()
733 DCHECK(!has_pending_handshake_); in MarkWriteBlocked()
734 has_pending_handshake_ = true; in MarkWriteBlocked()
Dquic_session.h321 bool has_pending_handshake_; variable