Searched refs:stop_waiting_frames (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/test_tools/
H A Dsimple_quic_framer.cc151 const vector<QuicStopWaitingFrame>& stop_waiting_frames() const { function in class:net::test::SimpleFramerVisitor
244 stop_waiting_frames().size() +
255 SimpleQuicFramer::stop_waiting_frames() const { function in class:net::test::SimpleQuicFramer
256 return visitor_->stop_waiting_frames();
H A Dsimple_quic_framer.h45 const std::vector<QuicStopWaitingFrame>& stop_waiting_frames() const;
/external/chromium_org/net/quic/
H A Dquic_connection_test.cc338 const vector<QuicStopWaitingFrame>& stop_waiting_frames() const { function in class:net::test::__anon9455::TestPacketWriter
339 return framer_.stop_waiting_frames();
687 if (writer_->stop_waiting_frames().empty()) {
690 return writer_->stop_waiting_frames()[0].least_unacked;
1670 EXPECT_FALSE(writer_->stop_waiting_frames().empty());
1776 EXPECT_FALSE(writer_->stop_waiting_frames().empty());
2891 EXPECT_FALSE(writer_->stop_waiting_frames().empty());
2909 EXPECT_FALSE(writer_->stop_waiting_frames().empty());
2920 EXPECT_FALSE(writer_->stop_waiting_frames().empty());
2969 EXPECT_FALSE(writer_->stop_waiting_frames()
[all...]
H A Dquic_packet_generator_test.cc195 simple_framer_.stop_waiting_frames().size());

Completed in 331 milliseconds