connection_close_frame  360 net/quic/quic_connection_logger.cc                      frame.connection_close_frame));
connection_close_frame  420 net/quic/quic_framer.cc                 *frame.connection_close_frame, &writer)) {
connection_close_frame 1934 net/quic/quic_framer.cc           frame.connection_close_frame->error_details.size();
connection_close_frame   50 net/quic/quic_packet_generator.cc         delete it->connection_close_frame;
connection_close_frame  399 net/quic/quic_protocol.cc          << *(frame.connection_close_frame);
connection_close_frame  447 net/quic/quic_protocol.cc                     const QuicConnectionCloseFrame& connection_close_frame) {
connection_close_frame  448 net/quic/quic_protocol.cc   os << "error_code { " << connection_close_frame.error_code << " } "
connection_close_frame  449 net/quic/quic_protocol.cc      << "error_details { " << connection_close_frame.error_details << " }\n";
connection_close_frame  645 net/quic/quic_protocol.cc         delete it->connection_close_frame;
connection_close_frame  837 net/quic/quic_protocol.h     QuicConnectionCloseFrame* connection_close_frame;