OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetHistogramType
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/metrics/
sparse_histogram.cc
33
DCHECK_EQ(SPARSE_HISTOGRAM, histogram->
GetHistogramType
());
43
HistogramType SparseHistogram::
GetHistogramType
() const {
histogram.cc
112
DCHECK_EQ(HISTOGRAM, histogram->
GetHistogramType
());
268
HistogramType Histogram::
GetHistogramType
() const {
516
params->SetString("type", HistogramTypeToString(
GetHistogramType
()));
621
DCHECK_EQ(LINEAR_HISTOGRAM, histogram->
GetHistogramType
());
635
HistogramType LinearHistogram::
GetHistogramType
() const {
727
DCHECK_EQ(BOOLEAN_HISTOGRAM, histogram->
GetHistogramType
());
735
HistogramType BooleanHistogram::
GetHistogramType
() const {
791
DCHECK_EQ(histogram->
GetHistogramType
(), CUSTOM_HISTOGRAM);
802
HistogramType CustomHistogram::
GetHistogramType
() const {
Completed in 49 milliseconds