HomeSort by relevance Sort by last modified time
    Searched refs:RequestContextMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/metrics/profiler/
tracking_synchronizer.cc 45 typedef std::map<int, RequestContext*> RequestContextMap;
108 RequestContextMap::iterator it =
124 RequestContextMap::iterator it =
150 RequestContextMap::iterator it = outstanding_requests_.Get().begin();
172 static base::LazyInstance<RequestContextMap>::Leaky outstanding_requests_;
177 <TrackingSynchronizer::RequestContext::RequestContextMap>::Leaky
  /external/chromium_org/content/browser/
histogram_synchronizer.cc 42 typedef std::map<int, RequestContext*> RequestContextMap;
93 RequestContextMap::iterator it =
109 RequestContextMap::iterator it =
134 RequestContextMap::iterator it = outstanding_requests_.Get().begin();
156 static base::LazyInstance<RequestContextMap>::Leaky outstanding_requests_;
161 <HistogramSynchronizer::RequestContext::RequestContextMap>::Leaky

Completed in 2266 milliseconds