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 154 max_num_in_flight_requests_ = limit;
460 // |max_num_in_flight_requests_| is the upper bound on how many requests
464 int max_num_in_flight_requests_; member in class:content::ResourceDispatcherHostImpl
466 // |max_num_in_flight_requests_| is the upper bound on how many requests
resource_dispatcher_host_impl.cc 127 // Ratio of |max_num_in_flight_requests_| that any one renderer is allowed to
294 max_num_in_flight_requests_(base::SharedMemory::GetHandleLimit()),
297 max_num_in_flight_requests_ * kMaxRequestsPerProcessRatio)),
    [all...]

Completed in 262 milliseconds