Searched defs:SendConnectionCloseWithDetails (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection.cc290 SendConnectionCloseWithDetails(framer->error(), framer->detailed_error());
395 SendConnectionCloseWithDetails(QUIC_INVALID_VERSION,
445 SendConnectionCloseWithDetails(QUIC_INVALID_PACKET_HEADER,
1182 SendConnectionCloseWithDetails(
1757 SendConnectionCloseWithDetails(error, string());
1760 void QuicConnection::SendConnectionCloseWithDetails(QuicErrorCode error, function in class:net::QuicConnection

Completed in 55 milliseconds