Searched refs:QuicConnectionLogger (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection_logger_unittest.cc15 static size_t num_truncated_acks_sent(const QuicConnectionLogger& logger) {
25 QuicConnectionLogger logger_;
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);
H A Dquic_client_session.h243 QuicConnectionLogger* logger_; // Owned by |connection_|.
H A Dquic_client_session.cc156 logger_(new QuicConnectionLogger(net_log_)),

Completed in 270 milliseconds