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

  /external/chromium_org/net/quic/
reliable_quic_stream.h 79 QuicErrorCode connection_error() const { return connection_error_; }
214 // should check |connection_error_|.
215 QuicErrorCode connection_error_; member in class:net::ReliableQuicStream
reliable_quic_stream.cc 147 connection_error_(QUIC_NO_ERROR),
228 connection_error_ = error;

Completed in 284 milliseconds