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

  /external/chromium_org/net/quic/
quic_packet_creator.h 96 SerializedPacket SerializeAllFrames(const QuicFrames& frames);
158 // Particularly useful for retransmits using SerializeAllFrames().
quic_packet_creator_test.cc 80 SerializedPacket serialized = creator_.SerializeAllFrames(frames_);
105 SerializedPacket serialized = creator_.SerializeAllFrames(frames_);
234 SerializedPacket serialized = creator_.SerializeAllFrames(frames_);
quic_packet_creator.cc 148 SerializedPacket QuicPacketCreator::SerializeAllFrames(
223 return SerializeAllFrames(frames);
quic_connection.cc     [all...]
quic_connection_test.cc 499 SerializedPacket serialized_packet = creator_.SerializeAllFrames(frames);
    [all...]

Completed in 32 milliseconds