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/chromium_org/base/metrics/
sparse_histogram.cc
32
DCHECK_EQ(SPARSE_HISTOGRAM, histogram->
GetHistogramType
());
38
HistogramType SparseHistogram::
GetHistogramType
() const {
histogram.cc
112
DCHECK_EQ(HISTOGRAM, histogram->
GetHistogramType
());
245
HistogramType Histogram::
GetHistogramType
() const {
482
params->SetString("type", HistogramTypeToString(
GetHistogramType
()));
569
DCHECK_EQ(LINEAR_HISTOGRAM, histogram->
GetHistogramType
());
574
HistogramType LinearHistogram::
GetHistogramType
() const {
665
DCHECK_EQ(BOOLEAN_HISTOGRAM, histogram->
GetHistogramType
());
669
HistogramType BooleanHistogram::
GetHistogramType
() const {
724
DCHECK_EQ(histogram->
GetHistogramType
(), CUSTOM_HISTOGRAM);
728
HistogramType CustomHistogram::
GetHistogramType
() const {
Completed in 61 milliseconds