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

  /external/chromium/net/url_request/
url_request_throttler_unittest.cc 339 int max_send = URLRequestThrottlerEntry::kDefaultMaxSendThreshold; local
354 for (int i = 0; i < max_send / 2; ++i) {
362 for (int i = 0; i < (max_send + 1) / 2; ++i)

Completed in 4506 milliseconds