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 81 QuicErrorCode connection_error() const { return connection_error_; }
141 // should check |connection_error_|.
142 QuicErrorCode connection_error_; member in class:net::ReliableQuicStream
reliable_quic_stream.cc 36 connection_error_(QUIC_NO_ERROR),
87 connection_error_ = error;

Completed in 35 milliseconds