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

/external/chromium_org/net/quic/
H A Dquic_connection.cc956 ScopedPacketBundler bundler(this, ack_queued_ ? SEND_ACK : NO_ACK);
1022 // handled after this packet is sent. Change ScopedPacketBundler to do the
1026 ScopedPacketBundler ack_bundler(this, BUNDLE_PENDING_ACK);
1044 ScopedPacketBundler ack_bundler(this, BUNDLE_PENDING_ACK);
1052 ScopedPacketBundler ack_bundler(this, BUNDLE_PENDING_ACK);
1059 ScopedPacketBundler ack_bundler(this, BUNDLE_PENDING_ACK);
1157 ScopedPacketBundler bundler(this, NO_ACK);
1778 ScopedPacketBundler ack_bundler(this, SEND_ACK);
1811 ScopedPacketBundler ack_bundler(this, BUNDLE_PENDING_ACK);
1948 QuicConnection::ScopedPacketBundler function in class:net::QuicConnection::ScopedPacketBundler
[all...]
H A Dquic_connection.h478 class ScopedPacketBundler { class in class:net::QuicConnection
484 ScopedPacketBundler(QuicConnection* connection, AckBundling send_ack);
485 ~ScopedPacketBundler();
H A Dquic_session.cc315 QuicConnection::ScopedPacketBundler ack_bundler(

Completed in 53 milliseconds