Searched defs:stop_waiting_frames (Results 1 - 2 of 2) 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();
/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...]

Completed in 65 milliseconds