HomeSort by relevance Sort by last modified time
    Searched full:histogram_name (Results 1 - 2 of 2) sorted by null

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

Completed in 219 milliseconds