DoCloseSession    666 net/spdy/spdy_session.cc     CloseSessionResult result = DoCloseSession(
DoCloseSession    732 net/spdy/spdy_session.cc       CloseSessionResult result = DoCloseSession(
DoCloseSession    850 net/spdy/spdy_session.cc       DoCloseSession(ERR_CONNECTION_CLOSED, "Closing one idle connection.");
DoCloseSession   1112 net/spdy/spdy_session.cc         DoCloseSession(ERR_CONNECTION_CLOSED, "Closing idle connection.");
DoCloseSession   1252 net/spdy/spdy_session.cc         DoCloseSession(ERR_CONNECTION_CLOSED, "Connection closed");
DoCloseSession   1261 net/spdy/spdy_session.cc         DoCloseSession(static_cast<Error>(result), "result is < 0.");
DoCloseSession   1427 net/spdy/spdy_session.cc         DoCloseSession(static_cast<Error>(result), "Write error");
DoCloseSession   1534 net/spdy/spdy_session.cc         DoCloseSession(ERR_CONNECTION_CLOSED, "Finished going away");
DoCloseSession   1622 net/spdy/spdy_session.cc   ignore_result(DoCloseSession(err, description));
DoCloseSession   1861 net/spdy/spdy_session.cc       DoCloseSession(ERR_SPDY_PROTOCOL_ERROR, description);
DoCloseSession   2428 net/spdy/spdy_session.cc         DoCloseSession(ERR_SPDY_PROTOCOL_ERROR, "pings_in_flight_ is < 0.");
DoCloseSession   2466 net/spdy/spdy_session.cc       CloseSessionResult result = DoCloseSession(
DoCloseSession   2740 net/spdy/spdy_session.cc         DoCloseSession(ERR_SPDY_PING_FAILED, "Failed ping.");
DoCloseSession   2901 net/spdy/spdy_session.cc     CloseSessionResult result = DoCloseSession(
DoCloseSession   2993 net/spdy/spdy_session.cc     CloseSessionResult result = DoCloseSession(
DoCloseSession    758 net/spdy/spdy_session.h   CloseSessionResult DoCloseSession(Error err, const std::string& description);