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

  /external/chromium_org/net/quic/
quic_packet_generator.cc 166 if (!InBatchMode() || !packet_creator_.HasRoomForStreamFrame(id, offset)) {
193 MaybeSendFecPacketAndCloseGroup(!InBatchMode());
195 DCHECK(InBatchMode() || !packet_creator_.HasPendingFrames());
221 if (!InBatchMode() || flush) {
274 bool QuicPacketGenerator::InBatchMode() {
quic_packet_generator.h 134 bool InBatchMode();
quic_connection.cc     [all...]

Completed in 770 milliseconds