Searched refs:ToGraphDict (Results 1 – 13 of 13) sorted by relevance
185 base::Value::Dict SparseHistogram::ToGraphDict() const { in ToGraphDict() function in base::SparseHistogram187 return snapshot->ToGraphDict(histogram_name(), flags()); in ToGraphDict()
46 Value::Dict ToGraphDict() const override;
108 Value::Dict DummyHistogram::ToGraphDict() const { in ToGraphDict() function in base::DummyHistogram
62 base::Value::Dict ToGraphDict() const override;
290 virtual base::Value::Dict ToGraphDict() const = 0;
173 base::Value::Dict ToGraphDict(StringPiece histogram_name,
499 TEST_P(SparseHistogramTest, ToGraphDict) { in TEST_P() argument505 base::Value::Dict output = histogram->ToGraphDict(); in TEST_P()
248 base::Value::Dict graph_dict = ToGraphDict(); in WriteAscii()
1030 TEST_P(HistogramTest, ToGraphDict) { in TEST_P() argument1036 base::Value::Dict output = histogram->ToGraphDict(); in TEST_P()1064 base::Value::Dict output = histogram->ToGraphDict(); in TEST_P()
225 base::Value::Dict ToGraphDict() const override;
343 base::Value::Dict HistogramSamples::ToGraphDict(StringPiece histogram_name, in ToGraphDict() function in base::HistogramSamples
590 base::Value::Dict Histogram::ToGraphDict() const { in ToGraphDict() function in base::Histogram592 return snapshot->ToGraphDict(histogram_name(), flags()); in ToGraphDict()
274 snapshot->ToGraphDict(histogram.histogram_name(), histogram.flags()); in SnapshotToString()