Searched refs:HasPendingCryptoPackets (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map.h113 bool HasPendingCryptoPackets() const;
H A Dquic_sent_packet_manager.cc320 if (unacked_packets_.HasPendingCryptoPackets()) {
577 if (unacked_packets_.HasPendingCryptoPackets()) {
H A Dquic_unacked_packet_map.cc277 bool QuicUnackedPacketMap::HasPendingCryptoPackets() const { function in class:net::QuicUnackedPacketMap
/external/chromium_org/net/quic/test_tools/
H A Dquic_sent_packet_manager_peer.cc106 return sent_packet_manager->unacked_packets_.HasPendingCryptoPackets();

Completed in 970 milliseconds