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 116 if (!InBatchMode() || !packet_creator_->HasRoomForStreamFrame(id, offset)) {
130 if (!InBatchMode() && packet_creator_->ShouldSendFec(true)) {
136 DCHECK(InBatchMode() || !packet_creator_->HasPendingFrames());
162 if (!InBatchMode() || flush) {
177 bool QuicPacketGenerator::InBatchMode() {
quic_packet_generator.h 115 bool InBatchMode();
quic_connection.cc     [all...]

Completed in 64 milliseconds