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

  /external/chromium_org/net/quic/
quic_unacked_packet_map_test.cc 18 const uint32 kDefaultLength = 1000;
134 unacked_packets_.SetSent(1, now_, kDefaultLength, true);
161 unacked_packets_.SetSent(1, now_, kDefaultLength, true);
163 unacked_packets_.SetSent(2, now_, kDefaultLength, true);
196 unacked_packets_.SetSent(1, now_, kDefaultLength, true);
198 unacked_packets_.SetSent(2, now_, kDefaultLength, true);
212 unacked_packets_.SetSent(3, now_, kDefaultLength, true);
214 unacked_packets_.SetSent(4, now_, kDefaultLength, true);
228 unacked_packets_.SetSent(5, now_, kDefaultLength, true);
230 unacked_packets_.SetSent(6, now_, kDefaultLength, true)
    [all...]
quic_sent_packet_manager_test.cc 29 const uint32 kDefaultLength = 1000;
176 kDefaultLength, HAS_RETRANSMITTABLE_DATA))
180 kDefaultLength,
192 NULL, kDefaultLength, false, PACKET_8BYTE_CONNECTION_ID, false,
202 NULL, kDefaultLength, false, PACKET_8BYTE_CONNECTION_ID, false,
222 kDefaultLength, HAS_RETRANSMITTABLE_DATA))
237 kDefaultLength, NO_RETRANSMITTABLE_DATA))
249 kDefaultLength, NO_RETRANSMITTABLE_DATA))
264 kDefaultLength, HAS_RETRANSMITTABLE_DATA))
271 kDefaultLength, pending.transmission_type
    [all...]

Completed in 1239 milliseconds