HomeSort by relevance Sort by last modified time
    Searched full:max_send (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/url_request/
url_request_throttler_unittest.cc 315 int max_send = URLRequestThrottlerEntry::kDefaultMaxSendThreshold; local
330 for (int i = 0; i < max_send / 2; ++i) {
338 for (int i = 0; i < (max_send + 1) / 2; ++i)

Completed in 62 milliseconds