Searched defs:max_pending_send_allowed_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/websockets/
H A Dwebsocket.h198 int max_pending_send_allowed_; member in class:net::WebSocket
/external/chromium/net/socket_stream/
H A Dsocket_stream.h113 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_|.
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.h130 int max_pending_send_allowed() const { return max_pending_send_allowed_; }
148 // If size of buffered data exceeds |max_pending_send_allowed_|, sends no
345 int max_pending_send_allowed_; member in class:net::SocketStream

Completed in 61 milliseconds