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 324 QuicFrame::QuicFrame(QuicPaddingFrame* padding_frame)
325 : type(PADDING_FRAME),
326 padding_frame(padding_frame) {
411 case PADDING_FRAME: {
412 os << "type { PADDING_FRAME } ";
652 case PADDING_FRAME:
653 delete it->padding_frame;
quic_packet_generator.cc 36 case PADDING_FRAME:
37 delete it->padding_frame;
quic_framer.cc 297 if (frame.type == PADDING_FRAME) {
360 case PADDING_FRAME:
    [all...]
quic_packet_creator.cc 453 case PADDING_FRAME:
quic_protocol.h 173 PADDING_FRAME = 0,
855 explicit QuicFrame(QuicPaddingFrame* padding_frame);
872 QuicPaddingFrame* padding_frame; member in union:net::QuicFrame::__anon13500
    [all...]
quic_connection_logger.cc 360 case PADDING_FRAME:
    [all...]

Completed in 212 milliseconds