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

/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.h327 // Updates |outstanding_requests_stats_map_| with the specified |stats| for
490 OutstandingRequestsStatsMap outstanding_requests_stats_map_; member in class:content::ResourceDispatcherHostImpl
H A Dresource_dispatcher_host_impl.cc427 DCHECK(outstanding_requests_stats_map_.empty());
1654 outstanding_requests_stats_map_.find(info.GetChildID());
1656 if (entry != outstanding_requests_stats_map_.end())
1665 outstanding_requests_stats_map_.erase(info.GetChildID());
1667 outstanding_requests_stats_map_[info.GetChildID()] = stats;

Completed in 51 milliseconds