Lines Matching defs:QuicConnectionLogger

336 QuicConnectionLogger::QuicConnectionLogger(const BoundNetLog& net_log)
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::OnUndecryptablePacket() {
521 void QuicConnectionLogger::OnDuplicatePacket(
526 void QuicConnectionLogger::OnProtocolVersionMismatch(
531 void QuicConnectionLogger::OnPacketHeader(const QuicPacketHeader& header) {
559 void QuicConnectionLogger::OnStreamFrame(const QuicStreamFrame& frame) {
565 void QuicConnectionLogger::OnAckFrame(const QuicAckFrame& frame) {
614 void QuicConnectionLogger::OnCongestionFeedbackFrame(
621 void QuicConnectionLogger::OnStopWaitingFrame(
628 void QuicConnectionLogger::OnRstStreamFrame(const QuicRstStreamFrame& frame) {
636 void QuicConnectionLogger::OnConnectionCloseFrame(
643 void QuicConnectionLogger::OnWindowUpdateFrame(
650 void QuicConnectionLogger::OnBlockedFrame(const QuicBlockedFrame& frame) {
656 void QuicConnectionLogger::OnGoAwayFrame(const QuicGoAwayFrame& frame) {
662 void QuicConnectionLogger::OnPingFrame(const QuicPingFrame& frame) {
667 void QuicConnectionLogger::OnPublicResetPacket(
674 void QuicConnectionLogger::OnVersionNegotiationPacket(
681 void QuicConnectionLogger::OnRevivedPacket(
689 void QuicConnectionLogger::OnCryptoHandshakeMessageReceived(
709 void QuicConnectionLogger::OnCryptoHandshakeMessageSent(
716 void QuicConnectionLogger::OnConnectionClosed(QuicErrorCode error,
723 void QuicConnectionLogger::OnSuccessfulVersionNegotiation(
730 void QuicConnectionLogger::UpdateReceivedFrameCounts(
740 void QuicConnectionLogger::OnCertificateVerified(
747 base::HistogramBase* QuicConnectionLogger::GetPacketSequenceNumberHistogram(
756 base::HistogramBase* QuicConnectionLogger::Get6PacketHistogram(
766 base::HistogramBase* QuicConnectionLogger::Get21CumulativeHistogram(
790 void QuicConnectionLogger::AddTo21CumulativeHistogram(
810 void QuicConnectionLogger::RecordAggregatePacketLossRate() const {
833 void QuicConnectionLogger::RecordLossHistograms() const {