Searched refs:connection_error_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dreliable_quic_stream.h79 QuicErrorCode connection_error() const { return connection_error_; }
214 // should check |connection_error_|.
215 QuicErrorCode connection_error_; member in class:net::ReliableQuicStream
H A Dreliable_quic_stream.cc147 connection_error_(QUIC_NO_ERROR),
228 connection_error_ = error;

Completed in 36 milliseconds