HomeSort by relevance Sort by last modified time
    Searched full:max_pending_send_allowed_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/socket_stream/
socket_stream.h 132 int max_pending_send_allowed() const { return max_pending_send_allowed_; }
147 // If size of buffered data exceeds |max_pending_send_allowed_|, sends no
349 int max_pending_send_allowed_; member in class:net::SocketStream
socket_stream.cc 95 max_pending_send_allowed_(kMaxPendingSendAllowed),
231 if (total_buffered_bytes > max_pending_send_allowed_)
396 delegate_->OnConnected(this, max_pending_send_allowed_);
    [all...]

Completed in 52 milliseconds