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

  /external/chromium/net/socket_stream/
socket_stream.h 113 int max_pending_send_allowed() const { return max_pending_send_allowed_; }
127 // |max_pending_send_allowed_| and |data| is not sent at all.
273 int max_pending_send_allowed_; member in class:net::SocketStream
316 // |max_pending_send_allowed_|.
socket_stream.cc 52 max_pending_send_allowed_(kMaxPendingSendAllowed),
165 if (current_amount_send > max_pending_send_allowed_)
310 delegate_->OnConnected(this, max_pending_send_allowed_);
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream.h 130 int max_pending_send_allowed() const { return max_pending_send_allowed_; }
148 // If size of buffered data exceeds |max_pending_send_allowed_|, sends no
343 int max_pending_send_allowed_; member in class:net::SocketStream
socket_stream.cc 92 max_pending_send_allowed_(kMaxPendingSendAllowed),
221 if (total_buffered_bytes > max_pending_send_allowed_)
381 delegate_->OnConnected(this, max_pending_send_allowed_);
    [all...]
  /external/chromium/net/websockets/
websocket.cc 27 max_pending_send_allowed_(0),
148 max_pending_send_allowed_ = max_pending_send_allowed;
152 current_read_buf_->SetCapacity(max_pending_send_allowed_);
246 max_pending_send_allowed_));
websocket.h 198 int max_pending_send_allowed_; member in class:net::WebSocket

Completed in 458 milliseconds