Searched refs:QUIC_INTERNAL_ERROR (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc140 CloseConnection(QUIC_INTERNAL_ERROR);
145 CloseConnection(QUIC_INTERNAL_ERROR);
H A Dquic_packet_generator.cc135 delegate_->CloseConnection(QUIC_INTERNAL_ERROR, false);
H A Dquic_utils.cc154 RETURN_STRING_LITERAL(QUIC_INTERNAL_ERROR);
H A Dquic_client_session.cc207 connection()->CloseConnection(QUIC_INTERNAL_ERROR, false);
696 CloseSessionOnErrorInner(error, QUIC_INTERNAL_ERROR);
H A Dquic_protocol.h395 QUIC_INTERNAL_ERROR = 1, enumerator in enum:net::QuicErrorCode
H A Dquic_session.cc322 connection_->CloseConnection(QUIC_INTERNAL_ERROR, false);
H A Dreliable_quic_stream_test.cc323 stream_->OnConnectionClosed(QUIC_INTERNAL_ERROR, false);
H A Dquic_connection.cc319 CloseConnection(QUIC_INTERNAL_ERROR, false);
372 CloseConnection(QUIC_INTERNAL_ERROR, false);
H A Dquic_framer.cc1225 return RaiseError(QUIC_INTERNAL_ERROR);
1242 return RaiseError(QUIC_INTERNAL_ERROR);

Completed in 170 milliseconds