Home
last modified time | relevance | path

Searched refs:max_concurrent_streams_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_session.h955 size_t max_concurrent_streams() const { return max_concurrent_streams_; } in max_concurrent_streams()
1063 size_t max_concurrent_streams_; // 0 if no limit variable
Dspdy_session.cc623 max_concurrent_streams_(initial_max_concurrent_streams == 0 in SpdySession()
837 if (!max_concurrent_streams_ || in TryCreateStream()
839 max_concurrent_streams_)) { in TryCreateStream()
953 if (max_concurrent_streams_ != 0) { in ProcessPendingStreamRequests()
955 max_concurrent_streams_ - in ProcessPendingStreamRequests()
1806 dict->SetInteger("max_concurrent_streams", max_concurrent_streams_); in GetInfoAsValue()
2823 max_concurrent_streams_ = std::min(static_cast<size_t>(value), in HandleSetting()
Dspdy_session_unittest.cc1041 session->max_concurrent_streams_ = 3; in TEST_P()
1138 session->max_concurrent_streams_ = 1; in TEST_P()