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

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc224 CloseConnection(QUIC_INTERNAL_ERROR);
229 CloseConnection(QUIC_INTERNAL_ERROR);
H A Dquic_packet_generator.cc156 delegate_->CloseConnection(QUIC_INTERNAL_ERROR, false);
H A Dquic_utils.cc154 RETURN_STRING_LITERAL(QUIC_INTERNAL_ERROR);
H A Dquic_client_session.cc212 connection()->CloseConnection(QUIC_INTERNAL_ERROR, false);
716 CloseSessionOnErrorInner(error, QUIC_INTERNAL_ERROR);
H A Dreliable_quic_stream.cc177 session_->connection()->SendConnectionClose(QUIC_INTERNAL_ERROR);
H A Dquic_protocol.h408 QUIC_INTERNAL_ERROR = 1, enumerator in enum:net::QuicErrorCode
H A Dquic_session.cc328 connection_->CloseConnection(QUIC_INTERNAL_ERROR, false);
H A Dreliable_quic_stream_test.cc322 stream_->OnConnectionClosed(QUIC_INTERNAL_ERROR, false);
H A Dquic_connection.cc332 CloseConnection(QUIC_INTERNAL_ERROR, false);
388 CloseConnection(QUIC_INTERNAL_ERROR, false);
H A Dquic_framer.cc1242 return RaiseError(QUIC_INTERNAL_ERROR);

Completed in 130 milliseconds