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

  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.h 155 max_num_in_flight_requests_ = limit;
496 // |max_num_in_flight_requests_| is the upper bound on how many requests
500 int max_num_in_flight_requests_; member in class:content::ResourceDispatcherHostImpl
502 // |max_num_in_flight_requests_| is the upper bound on how many requests
resource_dispatcher_host_impl.cc 130 // Ratio of |max_num_in_flight_requests_| that any one renderer is allowed to
398 max_num_in_flight_requests_(base::SharedMemory::GetHandleLimit()),
401 max_num_in_flight_requests_ * kMaxRequestsPerProcessRatio)),
    [all...]

Completed in 53 milliseconds