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

  /external/chromium_org/net/spdy/
spdy_stream.h 194 int32 send_window_size() const { return send_window_size_; } function in class:net::SpdyStream
spdy_stream_unittest.cc 769 int32 old_send_window_size = stream->send_window_size();
785 while (stream->send_window_size() > 0) {
787 std::min(kMaxSpdyFrameChunkSize, stream->send_window_size()));
    [all...]
spdy_http_stream_unittest.cc 762 http_stream->stream()->send_window_size());
770 http_stream->stream()->send_window_size());
spdy_session.cc     [all...]
spdy_session_unittest.cc 154 while (stream->send_window_size() > 0) {
156 std::min(kMaxSpdyFrameChunkSize, stream->send_window_size()));
    [all...]
spdy_network_transaction_unittest.cc     [all...]

Completed in 259 milliseconds