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

/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map.h121 bool HasPendingCryptoPackets() const;
H A Dquic_sent_packet_manager.cc411 if (unacked_packets_.HasPendingCryptoPackets()) {
662 if (!handshake_confirmed_ && unacked_packets_.HasPendingCryptoPackets()) {
H A Dquic_unacked_packet_map.cc343 bool QuicUnackedPacketMap::HasPendingCryptoPackets() const { function in class:net::QuicUnackedPacketMap
/external/chromium_org/net/quic/test_tools/
H A Dquic_sent_packet_manager_peer.cc113 return sent_packet_manager->unacked_packets_.HasPendingCryptoPackets();

Completed in 98 milliseconds