Searched refs:InBatchMode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_packet_generator.cc166 if (!InBatchMode() || !packet_creator_.HasRoomForStreamFrame(id, offset)) {
193 MaybeSendFecPacketAndCloseGroup(!InBatchMode());
195 DCHECK(InBatchMode() || !packet_creator_.HasPendingFrames());
221 if (!InBatchMode() || flush) {
274 bool QuicPacketGenerator::InBatchMode() { function in class:net::QuicPacketGenerator
H A Dquic_packet_generator.h134 bool InBatchMode();
H A Dquic_connection.cc1982 connection->packet_generator_.InBatchMode()) {
2012 connection_->packet_generator_.InBatchMode());

Completed in 2788 milliseconds