CloseSessionOnError  158 net/quic/quic_client_session.h   void CloseSessionOnError(int error);
CloseSessionOnError   81 net/quic/quic_client_session_test.cc     session_.CloseSessionOnError(ERR_ABORTED);
CloseSessionOnError  142 net/quic/quic_http_stream_test.cc     session_->CloseSessionOnError(ERR_ABORTED);
CloseSessionOnError  620 net/quic/quic_stream_factory.cc     active_sessions_.begin()->second->CloseSessionOnError(error);
CloseSessionOnError  625 net/quic/quic_stream_factory.cc     (*all_sessions_.begin())->CloseSessionOnError(error);
CloseSessionOnError  112 net/spdy/spdy_proxy_client_socket_unittest.cc     spdy_session_->CloseSessionOnError(error, description);
CloseSessionOnError  358 net/spdy/spdy_session.h   void CloseSessionOnError(Error err, const std::string& description);
CloseSessionOnError  281 net/spdy/spdy_session_pool.cc     (*it)->CloseSessionOnError(ERR_NETWORK_CHANGED,
CloseSessionOnError  390 net/spdy/spdy_session_pool.cc     (*it)->CloseSessionOnError(error, description);
CloseSessionOnError  423 net/spdy/spdy_session_pool_unittest.cc       session->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError  425 net/spdy/spdy_session_pool_unittest.cc       session2->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError  473 net/spdy/spdy_session_pool_unittest.cc       session2->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError  281 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, "Aborting session");
CloseSessionOnError  575 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, "Aborting session");
CloseSessionOnError  921 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, "Aborting");
CloseSessionOnError 1386 net/spdy/spdy_session_unittest.cc TEST_P(SpdySessionTest, CloseSessionOnError) {
CloseSessionOnError 1652 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError 1725 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError 1806 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError 1889 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError 1911 net/spdy/spdy_session_unittest.cc     session_to_close_->CloseSessionOnError(ERR_ABORTED, "Aborted");
CloseSessionOnError 2952 net/spdy/spdy_session_unittest.cc   session_privacy_enabled->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError 2956 net/spdy/spdy_session_unittest.cc   session_privacy_disabled->CloseSessionOnError(ERR_ABORTED, std::string());
CloseSessionOnError 4107 net/spdy/spdy_session_unittest.cc   session->CloseSessionOnError(ERR_CONNECTION_CLOSED, "Closing session");