Searched refs:histogram_name (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/ |
D | histogram.cc | 325 histogram_name().c_str(), in WriteAsciiHeader() 390 pickle.WriteString(histogram.histogram_name()); in SerializeHistogramInfo() 415 std::string histogram_name; in DeserializeHistogramInfo() local 418 if (!pickle.ReadString(&iter, &histogram_name) || in DeserializeHistogramInfo() 425 LOG(ERROR) << "Pickle error decoding Histogram: " << histogram_name; in DeserializeHistogramInfo() 433 LOG(ERROR) << "Values error decoding Histogram: " << histogram_name; in DeserializeHistogramInfo() 445 histogram_name, declared_min, declared_max, bucket_count, flags); in DeserializeHistogramInfo() 448 histogram_name, declared_min, declared_max, bucket_count, flags); in DeserializeHistogramInfo() 450 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags); in DeserializeHistogramInfo() 464 histogram_name; in DeserializeHistogramInfo() [all …]
|
D | histogram.h | 336 const std::string histogram_name() const { return histogram_name_; } in histogram_name() function
|