OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:histograms_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
statistics_recorder.h
131
static HistogramMap*
histograms_
;
member in class:base::StatisticsRecorder
statistics_recorder.cc
37
return NULL !=
histograms_
;
52
if (
histograms_
== NULL) {
57
HistogramMap::iterator it =
histograms_
->find(name_hash);
58
if (
histograms_
->end() == it) {
59
(*
histograms_
)[name_hash] = histogram;
193
if (
histograms_
== NULL)
196
for (const auto& entry : *
histograms_
) {
223
if (
histograms_
== NULL)
226
HistogramMap::iterator it =
histograms_
->find(HashMetricName(name));
227
if (
histograms_
->end() == it
357
StatisticsRecorder::HistogramMap* StatisticsRecorder::
histograms_
= NULL;
member in class:base::StatisticsRecorder
[
all
...]
Completed in 195 milliseconds