Searched defs:QuicConnectionLogger (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/quic/
H A Dquic_connection_logger.cc336 QuicConnectionLogger::QuicConnectionLogger(const BoundNetLog& net_log) function in class:net::QuicConnectionLogger
354 QuicConnectionLogger::~QuicConnectionLogger() {
386 void QuicConnectionLogger::OnFrameAddedToPacket(const QuicFrame& frame) {
474 void QuicConnectionLogger::OnPacketSent(
486 void QuicConnectionLogger:: OnPacketRetransmitted(
495 void QuicConnectionLogger::OnPacketReceived(const IPEndPoint& self_address,
512 void QuicConnectionLogger::OnIncorrectConnectionId(
517 void QuicConnectionLogger
[all...]
H A Dquic_connection_logger.h26 class NET_EXPORT_PRIVATE QuicConnectionLogger class in namespace:net
29 explicit QuicConnectionLogger(const BoundNetLog& net_log);
31 virtual ~QuicConnectionLogger();
171 DISALLOW_COPY_AND_ASSIGN(QuicConnectionLogger);

Completed in 218 milliseconds