HomeSort by relevance Sort by last modified time
    Searched refs:connection_close_frame (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/quic/
quic_packet_generator.cc 45 case CONNECTION_CLOSE_FRAME:
46 delete it->connection_close_frame;
quic_protocol.h 105 CONNECTION_CLOSE_FRAME,
646 : type(CONNECTION_CLOSE_FRAME),
647 connection_close_frame(frame) {
661 QuicConnectionCloseFrame* connection_close_frame; member in union:net::QuicFrame::__anon11340
quic_connection_logger.cc 195 case CONNECTION_CLOSE_FRAME:
199 frame.connection_close_frame));
quic_framer.cc 189 if ((frame.type == ACK_FRAME || frame.type == CONNECTION_CLOSE_FRAME) &&
302 case CONNECTION_CLOSE_FRAME:
304 *frame.connection_close_frame, &writer)) {
953 case CONNECTION_CLOSE_FRAME: {
    [all...]
quic_protocol.cc 382 case CONNECTION_CLOSE_FRAME:
383 delete it->connection_close_frame;
quic_framer_test.cc     [all...]

Completed in 190 milliseconds