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

  /external/chromium_org/net/quic/
quic_protocol.cc 316 QuicFrame::QuicFrame(QuicPaddingFrame* padding_frame)
317 : type(PADDING_FRAME),
318 padding_frame(padding_frame) {
407 case PADDING_FRAME: {
408 os << "type { PADDING_FRAME } ";
622 case PADDING_FRAME:
623 delete it->padding_frame;
quic_packet_generator.cc 49 case PADDING_FRAME:
50 delete it->padding_frame;
quic_framer.cc 280 if (frame.type == PADDING_FRAME) {
346 case PADDING_FRAME:
    [all...]
quic_packet_creator.cc 466 case PADDING_FRAME:
quic_protocol.h 185 PADDING_FRAME = 0,
862 explicit QuicFrame(QuicPaddingFrame* padding_frame);
882 QuicPaddingFrame* padding_frame; member in union:net::QuicFrame::__anon14101
    [all...]
quic_connection_logger.cc 388 case PADDING_FRAME:
    [all...]

Completed in 45 milliseconds