Searched refs:stop_waiting_frame (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_protocol.cc338 stop_waiting_frame(frame) {
446 os << "type { STOP_WAITING_FRAME } " << *(frame.stop_waiting_frame);
635 delete it->stop_waiting_frame;
H A Dquic_packet_generator.cc77 delete it->stop_waiting_frame;
H A Dquic_packet_creator_test.cc281 QuicStopWaitingFrame stop_waiting_frame; local
282 EXPECT_TRUE(creator_.AddSavedFrame(QuicFrame(&stop_waiting_frame)));
313 EXPECT_TRUE(creator_.AddSavedFrame(QuicFrame(&stop_waiting_frame)));
H A Dquic_framer.cc372 header, *frame.stop_waiting_frame, &writer)) {
1227 QuicStopWaitingFrame stop_waiting_frame; local
1228 if (!ProcessStopWaitingFrame(header, &stop_waiting_frame)) {
1231 if (!visitor_->OnStopWaitingFrame(stop_waiting_frame)) {
H A Dquic_protocol.h888 QuicStopWaitingFrame* stop_waiting_frame; member in union:net::QuicFrame::__anon9476
H A Dquic_connection_logger.cc463 frame.stop_waiting_frame));
H A Dquic_framer_test.cc4206 QuicStopWaitingFrame stop_waiting_frame; local
4207 stop_waiting_frame.entropy_hash = 0x14;
4208 stop_waiting_frame.least_unacked = GG_UINT64_C(0x770123456789AA0);
4211 frames.push_back(QuicFrame(&stop_waiting_frame));

Completed in 2184 milliseconds