Home
last modified time | relevance | path

Searched refs:max_pending_send_allowed_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/websockets/
Dwebsocket.cc27 max_pending_send_allowed_(0), in WebSocket()
148 max_pending_send_allowed_ = max_pending_send_allowed; in OnConnected()
152 current_read_buf_->SetCapacity(max_pending_send_allowed_); in OnConnected()
246 max_pending_send_allowed_)); in SendPending()
Dwebsocket.h198 int max_pending_send_allowed_; variable
/external/chromium/net/socket_stream/
Dsocket_stream.h113 int max_pending_send_allowed() const { return max_pending_send_allowed_; } in max_pending_send_allowed()
273 int max_pending_send_allowed_; variable
Dsocket_stream.cc52 max_pending_send_allowed_(kMaxPendingSendAllowed), in SocketStream()
165 if (current_amount_send > max_pending_send_allowed_) in SendData()
310 delegate_->OnConnected(this, max_pending_send_allowed_); in DidEstablishConnection()