Home
last modified time | relevance | path

Searched refs:send_stalled_by_flow_control (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/spdy/
Dspdy_stream_unittest.cc1297 EXPECT_TRUE(stream->send_stalled_by_flow_control()); in IncreaseStreamSendWindowSize()
1299 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in IncreaseStreamSendWindowSize()
1305 EXPECT_TRUE(stream->send_stalled_by_flow_control()); in AdjustStreamSendWindowSize()
1307 EXPECT_TRUE(stream->send_stalled_by_flow_control()); in AdjustStreamSendWindowSize()
1309 EXPECT_TRUE(stream->send_stalled_by_flow_control()); in AdjustStreamSendWindowSize()
1311 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in AdjustStreamSendWindowSize()
1350 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallRequestResponseTest()
1361 EXPECT_TRUE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallRequestResponseTest()
1365 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallRequestResponseTest()
1433 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallBidirectionalTest()
[all …]
Dspdy_session_unittest.cc4379 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallTest()
4391 EXPECT_TRUE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallTest()
4395 EXPECT_FALSE(stream->send_stalled_by_flow_control()); in RunResumeAfterUnstallTest()
4511 EXPECT_FALSE(stream1->send_stalled_by_flow_control()); in TEST_F()
4512 EXPECT_FALSE(stream2->send_stalled_by_flow_control()); in TEST_F()
4524 EXPECT_TRUE(stream1->send_stalled_by_flow_control()); in TEST_F()
4534 EXPECT_TRUE(stream2->send_stalled_by_flow_control()); in TEST_F()
4539 EXPECT_TRUE(stream1->send_stalled_by_flow_control()); in TEST_F()
4540 EXPECT_FALSE(stream2->send_stalled_by_flow_control()); in TEST_F()
4544 EXPECT_TRUE(stream1->send_stalled_by_flow_control()); in TEST_F()
[all …]
Dspdy_stream.h179 bool send_stalled_by_flow_control() const { in send_stalled_by_flow_control() function
Dspdy_session.cc3740 DCHECK(stream.send_stalled_by_flow_control() || IsSendStalled()); in QueueSendStalledStream()
Dspdy_network_transaction_unittest.cc5785 EXPECT_TRUE(stream->stream()->send_stalled_by_flow_control()); in TEST_F()
5945 EXPECT_TRUE(stream->stream()->send_stalled_by_flow_control()); in TEST_F()