Searched refs:max_num_in_flight_requests_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h155 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
H A Dresource_dispatcher_host_impl.cc130 // 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)),
1710 if (num_in_flight_requests_ > max_num_in_flight_requests_)

Completed in 578 milliseconds