Searched refs:CloseConnectionWithDetails (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc156 CloseConnectionWithDetails(
253 CloseConnectionWithDetails(error, error_details);
291 CloseConnectionWithDetails(QUIC_INVALID_CRYPTO_MESSAGE_TYPE,
299 CloseConnectionWithDetails(error, error_details);
351 CloseConnectionWithDetails(QUIC_INVALID_CHANNEL_ID_SIGNATURE,
362 CloseConnectionWithDetails(QUIC_INVALID_CHANNEL_ID_SIGNATURE,
377 CloseConnectionWithDetails(QUIC_CRYPTO_ENCRYPTION_LEVEL_INCORRECT,
385 CloseConnectionWithDetails(QUIC_INVALID_CRYPTO_MESSAGE_TYPE,
394 CloseConnectionWithDetails(QUIC_CRYPTO_ENCRYPTION_LEVEL_INCORRECT,
404 CloseConnectionWithDetails(
[all...]
H A Dquic_headers_stream.cc162 stream_->CloseConnectionWithDetails(
226 CloseConnectionWithDetails(
239 CloseConnectionWithDetails(
H A Dquic_crypto_server_stream.cc94 CloseConnectionWithDetails(error, error_details);
108 CloseConnectionWithDetails(error, error_details);
H A Dquic_stream_sequencer.cc42 stream_->CloseConnectionWithDetails(
51 stream_->CloseConnectionWithDetails(QUIC_INVALID_STREAM_FRAME,
H A Dquic_stream_sequencer_test.cc43 MOCK_METHOD2(CloseConnectionWithDetails, void(QuicErrorCode error,
199 CloseConnectionWithDetails(QUIC_INVALID_STREAM_FRAME, _));
438 EXPECT_CALL(stream_, CloseConnectionWithDetails(QUIC_INVALID_STREAM_FRAME, _))
H A Dreliable_quic_stream.h69 virtual void CloseConnectionWithDetails(QuicErrorCode error,
H A Dreliable_quic_stream.cc253 void ReliableQuicStream::CloseConnectionWithDetails(QuicErrorCode error, function in class:net::ReliableQuicStream

Completed in 6777 milliseconds