OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RequestContextMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/metrics/
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 29 milliseconds