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

  /external/chromium_org/net/websockets/
websocket_channel.h 266 int send_quota_low_water_mark_; member in class:net::WebSocketChannel
websocket_channel.cc 135 send_quota_low_water_mark_(kDefaultSendQuotaLowWaterMark),
208 // send_quota_low_water_mark_, it might be good to increase the "low
354 if (current_send_quota_ < send_quota_low_water_mark_) {
361 DCHECK_LE(send_quota_low_water_mark_, send_quota_high_water_mark_);

Completed in 205 milliseconds