Searched refs:RequestContextMap (Results 1 – 2 of 2) sorted by relevance
45 typedef std::map<int, RequestContext*> RequestContextMap; typedef in metrics::TrackingSynchronizer::RequestContext108 RequestContextMap::iterator it = in GetRequestContext()124 RequestContextMap::iterator it = in Unregister()150 RequestContextMap::iterator it = outstanding_requests_.Get().begin(); in OnShutdown()172 static base::LazyInstance<RequestContextMap>::Leaky outstanding_requests_;177 <TrackingSynchronizer::RequestContext::RequestContextMap>::Leaky
42 typedef std::map<int, RequestContext*> RequestContextMap; typedef in content::HistogramSynchronizer::RequestContext93 RequestContextMap::iterator it = in GetRequestContext()109 RequestContextMap::iterator it = in Unregister()134 RequestContextMap::iterator it = outstanding_requests_.Get().begin(); in OnShutdown()156 static base::LazyInstance<RequestContextMap>::Leaky outstanding_requests_;161 <HistogramSynchronizer::RequestContext::RequestContextMap>::Leaky