HomeSort by relevance Sort by last modified time
    Searched refs:send_stalled_by_flow_control (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 794 EXPECT_TRUE(stream->send_stalled_by_flow_control());
796 EXPECT_FALSE(stream->send_stalled_by_flow_control());
802 EXPECT_TRUE(stream->send_stalled_by_flow_control());
804 EXPECT_TRUE(stream->send_stalled_by_flow_control());
806 EXPECT_TRUE(stream->send_stalled_by_flow_control());
808 EXPECT_FALSE(stream->send_stalled_by_flow_control());
853 EXPECT_FALSE(stream->send_stalled_by_flow_control());
866 EXPECT_TRUE(stream->send_stalled_by_flow_control());
870 EXPECT_FALSE(stream->send_stalled_by_flow_control());
955 EXPECT_FALSE(stream->send_stalled_by_flow_control());
    [all...]
spdy_session_unittest.cc     [all...]
spdy_stream.h 196 bool send_stalled_by_flow_control() const { function in class:net::SpdyStream
spdy_network_transaction_unittest.cc     [all...]
spdy_session.cc     [all...]

Completed in 6200 milliseconds