SendConnectionClose  503 net/quic/quic_connection.cc     SendConnectionClose(QUIC_INVALID_ACK_DATA);
SendConnectionClose  566 net/quic/quic_connection.cc     SendConnectionClose(QUIC_INVALID_STOP_WAITING_DATA);
SendConnectionClose 1770 net/quic/quic_connection.cc     SendConnectionClose(QUIC_CONNECTION_TIMED_OUT);
SendConnectionClose 1785 net/quic/quic_connection.cc       SendConnectionClose(QUIC_CONNECTION_TIMED_OUT);
SendConnectionClose  256 net/quic/quic_connection.h   virtual void SendConnectionClose(QuicErrorCode error);
SendConnectionClose   73 net/quic/quic_crypto_client_stream_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(
SendConnectionClose  229 net/quic/quic_crypto_server_stream_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(
SendConnectionClose  239 net/quic/quic_crypto_server_stream_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(
SendConnectionClose  101 net/quic/quic_crypto_stream_test.cc               SendConnectionClose(QUIC_CRYPTO_TAGS_OUT_OF_ORDER));
SendConnectionClose  436 net/quic/quic_data_stream_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_FLOW_CONTROL_ERROR));
SendConnectionClose  378 net/quic/quic_session.cc       connection_->SendConnectionClose(QUIC_FLOW_CONTROL_ERROR);
SendConnectionClose  472 net/quic/quic_session.cc       connection()->SendConnectionClose(QUIC_PACKET_FOR_NONEXISTENT_STREAM);
SendConnectionClose  495 net/quic/quic_session.cc         connection()->SendConnectionClose(QUIC_INVALID_STREAM_ID);
SendConnectionClose  284 net/quic/quic_session_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_INVALID_STREAM_ID));
SendConnectionClose  517 net/quic/quic_session_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_INVALID_STREAM_ID))
SendConnectionClose  576 net/quic/quic_session_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_FLOW_CONTROL_ERROR));
SendConnectionClose  321 net/quic/quic_stream_factory.cc     session_->connection()->SendConnectionClose(QUIC_NO_ERROR);
SendConnectionClose  173 net/quic/reliable_quic_stream.cc       session_->connection()->SendConnectionClose(QUIC_FLOW_CONTROL_ERROR);
SendConnectionClose  247 net/quic/reliable_quic_stream.cc   session()->connection()->SendConnectionClose(error);
SendConnectionClose  309 net/quic/test_tools/quic_test_utils.h   MOCK_METHOD1(SendConnectionClose, void(QuicErrorCode error));
SendConnectionClose  207 net/tools/quic/quic_client.cc     session()->connection()->SendConnectionClose(QUIC_PEER_GOING_AWAY);
SendConnectionClose  304 net/tools/quic/quic_dispatcher.cc     session->connection()->SendConnectionClose(QUIC_PEER_GOING_AWAY);
SendConnectionClose   90 net/tools/quic/quic_dispatcher_test.cc   ON_CALL(*connection, SendConnectionClose(_)).WillByDefault(
SendConnectionClose  181 net/tools/quic/quic_dispatcher_test.cc               SendConnectionClose(QUIC_PEER_GOING_AWAY));
SendConnectionClose  350 net/tools/quic/quic_dispatcher_test.cc     EXPECT_CALL(*connection1(), SendConnectionClose(QUIC_PEER_GOING_AWAY));
SendConnectionClose  351 net/tools/quic/quic_dispatcher_test.cc     EXPECT_CALL(*connection2(), SendConnectionClose(QUIC_PEER_GOING_AWAY));
SendConnectionClose   53 net/tools/quic/quic_server_session.cc     connection()->SendConnectionClose(QUIC_INVALID_STREAM_ID);
SendConnectionClose   59 net/tools/quic/quic_server_session.cc     connection()->SendConnectionClose(QUIC_TOO_MANY_OPEN_STREAMS);
SendConnectionClose  160 net/tools/quic/quic_server_session_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_TOO_MANY_OPEN_STREAMS));
SendConnectionClose  171 net/tools/quic/quic_server_session_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_TOO_MANY_OPEN_STREAMS));
SendConnectionClose  178 net/tools/quic/quic_server_session_test.cc   EXPECT_CALL(*connection_, SendConnectionClose(QUIC_INVALID_STREAM_ID));
SendConnectionClose  201 net/tools/quic/quic_time_wait_list_manager_test.cc TEST_F(QuicTimeWaitListManagerTest, SendConnectionClose) {
SendConnectionClose   72 net/tools/quic/test_tools/quic_test_utils.h   MOCK_METHOD1(SendConnectionClose, void(QuicErrorCode error));