Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dreliable_quic_stream.h79 QuicErrorCode connection_error() const { return connection_error_; } in connection_error()
215 QuicErrorCode connection_error_; variable
Dreliable_quic_stream.cc147 connection_error_(QUIC_NO_ERROR), in ReliableQuicStream()
228 connection_error_ = error; in OnConnectionClosed()