OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_send_quota_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/websockets/
websocket_channel.cc
137
current_send_quota_
(0),
193
if (data.size() > base::checked_numeric_cast<size_t>(
current_send_quota_
)) {
206
current_send_quota_
-= data.size();
207
// TODO(ricea): If
current_send_quota_
has dropped below
304
current_send_quota_
= send_quota_high_water_mark_;
354
if (
current_send_quota_
< send_quota_low_water_mark_) {
364
int fresh_quota = send_quota_high_water_mark_ -
current_send_quota_
;
365
current_send_quota_
+= fresh_quota;
websocket_channel.h
272
int
current_send_quota_
;
member in class:net::WebSocketChannel
Completed in 30 milliseconds