Home
last modified time | relevance | path

Searched refs:RequestContextMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/metrics/profiler/
Dtracking_synchronizer.cc45 typedef std::map<int, RequestContext*> RequestContextMap; typedef in metrics::TrackingSynchronizer::RequestContext
108 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
/external/chromium_org/content/browser/
Dhistogram_synchronizer.cc42 typedef std::map<int, RequestContext*> RequestContextMap; typedef in content::HistogramSynchronizer::RequestContext
93 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