OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_pending_send_allowed_
(Results
1 - 6
of
6
) sorted by null
/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
/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
345
int
max_pending_send_allowed_
;
member in class:net::SocketStream
socket_stream.cc
93
max_pending_send_allowed_
(kMaxPendingSendAllowed),
225
if (total_buffered_bytes >
max_pending_send_allowed_
)
390
delegate_->OnConnected(this,
max_pending_send_allowed_
);
[
all
...]
Completed in 1068 milliseconds