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

  /external/chromium/net/spdy/
spdy_stream.h 124 int send_window_size() const { return send_window_size_; } function in class:net::SpdyStream
spdy_session.cc 552 if (stream->send_window_size() <= 0) {
566 int new_len = std::min(len, stream->send_window_size());
    [all...]
spdy_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/spdy/
spdy_stream.h 192 int32 send_window_size() const { return send_window_size_; } function in class:net::SpdyStream
spdy_http_stream_unittest.cc 599 http_stream->stream()->send_window_size());
607 http_stream->stream()->send_window_size());
spdy_stream_unittest.cc 771 int32 old_send_window_size = stream->send_window_size();
787 while (stream->send_window_size() > 0) {
789 std::min(kMaxSpdyFrameChunkSize, stream->send_window_size()));
    [all...]
spdy_session_unittest.cc 152 while (stream->send_window_size() > 0) {
154 std::min(kMaxSpdyFrameChunkSize, stream->send_window_size()));
    [all...]
spdy_session.cc 859 (stream->send_window_size() <= 0);
907 effective_len = std::min(effective_len, stream->send_window_size());
    [all...]
spdy_network_transaction_unittest.cc     [all...]

Completed in 61 milliseconds