Searched refs:BooleanHistogram (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_histograms.cc68 base::BooleanHistogram::FactoryGet(
93 base::BooleanHistogram::FactoryGet(
101 base::BooleanHistogram::FactoryGet(
/external/chromium_org/base/metrics/
H A Dhistogram.h204 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
285 base::BooleanHistogram::FactoryGet(name, \
311 class BooleanHistogram;
558 // BooleanHistogram is a histogram for booleans.
559 class BASE_EXPORT BooleanHistogram : public LinearHistogram { class in namespace:base
566 BooleanHistogram(const std::string& name, const BucketRanges* ranges);
572 DISALLOW_COPY_AND_ASSIGN(BooleanHistogram);
H A Dhistogram_base.cc51 return BooleanHistogram::DeserializeInfoImpl(iter);
H A Dhistogram.cc655 // This section provides implementation for BooleanHistogram.
658 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) {
667 BooleanHistogram* tentative_histogram =
668 new BooleanHistogram(name, registered_ranges);
679 HistogramType BooleanHistogram::GetHistogramType() const {
683 BooleanHistogram::BooleanHistogram(const string& name, function in class:base::BooleanHistogram
687 HistogramBase* BooleanHistogram::DeserializeInfoImpl(PickleIterator* iter) {
700 HistogramBase* histogram = BooleanHistogram::FactoryGet(
H A Dhistogram_base_unittest.cc88 HistogramBase* histogram = BooleanHistogram::FactoryGet(
H A Dstatistics_recorder_unittest.cc200 // Create a BooleanHistogram.
201 histogram = BooleanHistogram::FactoryGet(
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_metrics_util.cc107 base::BooleanHistogram::FactoryGet(
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc47 nosniff_usage = base::BooleanHistogram::FactoryGet(
54 nosniff_otherwise = base::BooleanHistogram::FactoryGet(
60 nosniff_empty_mime_type = base::BooleanHistogram::FactoryGet(
/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.cc190 base::HistogramBase* histogram = base::BooleanHistogram::FactoryGet(
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc426 base::BooleanHistogram::FactoryGet(
694 base::BooleanHistogram::FactoryGet(
/external/chromium_org/chrome/browser/net/
H A Dnetwork_stats.cc646 base::HistogramBase* histogram_pointer = base::BooleanHistogram::FactoryGet(

Completed in 991 milliseconds