Searched refs:send_quota_low_water_mark_ (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc298 send_quota_low_water_mark_(kDefaultSendQuotaLowWaterMark),
408 // send_quota_low_water_mark_, it might be good to increase the "low
661 if (current_send_quota_ < send_quota_low_water_mark_) {
668 DCHECK_LE(send_quota_low_water_mark_, send_quota_high_water_mark_);
H A Dwebsocket_channel.h362 int send_quota_low_water_mark_; member in class:net::WebSocketChannel

Completed in 84 milliseconds