Searched defs:ProcessAckFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_connection.cc569 void QuicConnection::ProcessAckFrame(const QuicAckFrame& incoming_ack) { function in class:net::QuicConnection
846 ProcessAckFrame(last_ack_frames_[i]);
H A Dquic_framer.cc1118 if (!ProcessAckFrame(frame_type, &frame)) {
1321 bool QuicFramer::ProcessAckFrame(uint8 frame_type, QuicAckFrame* ack_frame) { function in class:net::QuicFramer

Completed in 1193 milliseconds