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

/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h148 max_outstanding_requests_cost_per_process_ = limit;
472 // |max_outstanding_requests_cost_per_process_| is the upper bound on how
477 // (max_outstanding_requests_cost_per_process_ /
479 int max_outstanding_requests_cost_per_process_; member in class:content::ResourceDispatcherHostImpl
H A Dresource_dispatcher_host_impl.cc115 // See delcaration of |max_outstanding_requests_cost_per_process_| for details.
298 max_outstanding_requests_cost_per_process_(
1541 if (stats.memory_cost > max_outstanding_requests_cost_per_process_) {

Completed in 51 milliseconds