Home
last modified time | relevance | path

Searched refs:ToGraphDict (Results 1 – 13 of 13) sorted by relevance

/external/cronet/base/metrics/
Dsparse_histogram.cc185 base::Value::Dict SparseHistogram::ToGraphDict() const { in ToGraphDict() function in base::SparseHistogram
187 return snapshot->ToGraphDict(histogram_name(), flags()); in ToGraphDict()
Ddummy_histogram.h46 Value::Dict ToGraphDict() const override;
Ddummy_histogram.cc108 Value::Dict DummyHistogram::ToGraphDict() const { in ToGraphDict() function in base::DummyHistogram
Dsparse_histogram.h62 base::Value::Dict ToGraphDict() const override;
Dhistogram_base.h290 virtual base::Value::Dict ToGraphDict() const = 0;
Dhistogram_samples.h173 base::Value::Dict ToGraphDict(StringPiece histogram_name,
Dsparse_histogram_unittest.cc499 TEST_P(SparseHistogramTest, ToGraphDict) { in TEST_P() argument
505 base::Value::Dict output = histogram->ToGraphDict(); in TEST_P()
Dhistogram_base.cc248 base::Value::Dict graph_dict = ToGraphDict(); in WriteAscii()
Dhistogram_unittest.cc1030 TEST_P(HistogramTest, ToGraphDict) { in TEST_P() argument
1036 base::Value::Dict output = histogram->ToGraphDict(); in TEST_P()
1064 base::Value::Dict output = histogram->ToGraphDict(); in TEST_P()
Dhistogram.h225 base::Value::Dict ToGraphDict() const override;
Dhistogram_samples.cc343 base::Value::Dict HistogramSamples::ToGraphDict(StringPiece histogram_name, in ToGraphDict() function in base::HistogramSamples
Dhistogram.cc590 base::Value::Dict Histogram::ToGraphDict() const { in ToGraphDict() function in base::Histogram
592 return snapshot->ToGraphDict(histogram_name(), flags()); in ToGraphDict()
/external/cronet/base/test/metrics/
Dhistogram_tester.cc274 snapshot->ToGraphDict(histogram.histogram_name(), histogram.flags()); in SnapshotToString()