OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_pending_send_allowed_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/socket_stream/
socket_stream.h
105
int max_pending_send_allowed() const { return
max_pending_send_allowed_
; }
119
// |
max_pending_send_allowed_
| and |data| is not sent at all.
261
int
max_pending_send_allowed_
;
member in class:net::SocketStream
306
// |
max_pending_send_allowed_
|.
socket_stream.cc
44
max_pending_send_allowed_
(kMaxPendingSendAllowed),
149
if (current_amount_send >
max_pending_send_allowed_
)
266
delegate_->OnConnected(this,
max_pending_send_allowed_
);
/external/chromium/net/websockets/
websocket.cc
41
max_pending_send_allowed_
(0),
114
max_pending_send_allowed_
= max_pending_send_allowed;
118
current_read_buf_->SetCapacity(
max_pending_send_allowed_
);
349
max_pending_send_allowed_
));
websocket.h
211
int
max_pending_send_allowed_
;
member in class:net::WebSocket
Completed in 192 milliseconds