Lines Matching refs:CustomHistogram
1186 class CustomHistogram::Factory : public Histogram::Factory {
1215 return WrapUnique(new CustomHistogram(GetPermanentName(name_), ranges)); in HeapAlloc()
1224 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet()
1233 HistogramBase* CustomHistogram::FactoryGet( in FactoryGet()
1240 std::unique_ptr<HistogramBase> CustomHistogram::PersistentCreate( in PersistentCreate()
1247 return WrapUnique(new CustomHistogram(name, ranges, counts, logged_counts, in PersistentCreate()
1251 HistogramType CustomHistogram::GetHistogramType() const { in GetHistogramType()
1256 std::vector<Sample> CustomHistogram::ArrayToCustomEnumRanges( in ArrayToCustomEnumRanges()
1269 CustomHistogram::CustomHistogram(const char* name, const BucketRanges* ranges) in CustomHistogram() function in base::CustomHistogram
1275 CustomHistogram::CustomHistogram( in CustomHistogram() function in base::CustomHistogram
1291 void CustomHistogram::SerializeInfoImpl(Pickle* pickle) const { in SerializeInfoImpl()
1300 double CustomHistogram::GetBucketSize(Count current, uint32_t i) const { in GetBucketSize()
1307 HistogramBase* CustomHistogram::DeserializeInfoImpl(PickleIterator* iter) { in DeserializeInfoImpl()
1328 HistogramBase* histogram = CustomHistogram::FactoryGet( in DeserializeInfoImpl()
1341 bool CustomHistogram::ValidateCustomRanges( in ValidateCustomRanges()