Searched refs:LinearHistogram (Results 1 - 15 of 15) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket_pool_histograms.cc16 using base::LinearHistogram;
23 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
/external/chromium/base/metrics/
H A Dhistogram.h115 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
244 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
264 class LinearHistogram;
399 // This method is an interface, used only by LinearHistogram.
582 // LinearHistogram is a more traditional histogram, with evenly spaced
584 class BASE_API LinearHistogram : public Histogram { class in namespace:base
586 virtual ~LinearHistogram();
609 LinearHistogram(const std::string& name, Sample minimum,
612 LinearHistogram(const std::string& name, TimeDelta minimum,
634 DISALLOW_COPY_AND_ASSIGN(LinearHistogram);
[all...]
H A Dhistogram.cc277 render_histogram = LinearHistogram::FactoryGet(
766 // LinearHistogram: This histogram uses a traditional set of evenly spaced
770 LinearHistogram::~LinearHistogram() {
773 Histogram* LinearHistogram::FactoryGet(const std::string& name,
787 LinearHistogram* tentative_histogram =
788 new LinearHistogram(name, minimum, maximum, bucket_count);
800 Histogram* LinearHistogram::FactoryTimeGet(const std::string& name,
809 Histogram::ClassType LinearHistogram::histogram_type() const {
813 void LinearHistogram
820 LinearHistogram::LinearHistogram(const std::string& name, function in class:base::LinearHistogram
827 LinearHistogram::LinearHistogram(const std::string& name, function in class:base::LinearHistogram
[all...]
H A Dhistogram_unittest.cc30 Histogram* linear_histogram(LinearHistogram::FactoryGet(
33 Histogram* linear_histogram1(LinearHistogram::FactoryGet(
96 Histogram* linear_histogram(LinearHistogram::FactoryGet(
103 Histogram* linear_histogram1(LinearHistogram::FactoryGet(
176 Histogram* linear_histogram(LinearHistogram::FactoryGet(
183 Histogram* linear_broad_histogram(LinearHistogram::FactoryGet(
/external/chromium/chrome/browser/extensions/
H A Dextension_metrics_module.cc15 using base::LinearHistogram;
80 counter = LinearHistogram::FactoryGet(full_name,
H A Dextension_service.cc1013 base::Histogram* counter = base::LinearHistogram::FactoryGet(
/external/chromium/net/disk_cache/
H A Dhistogram_macros.h59 counter = base::LinearHistogram::FactoryGet( \
/external/chromium/chrome/browser/autofill/
H A Dautofill_metrics.cc133 base::LinearHistogram::FactoryGet(
/external/chromium/base/
H A Dmessage_loop.cc71 const base::LinearHistogram::DescriptionPair event_descriptions_[] = {
543 message_histogram_ = base::LinearHistogram::FactoryGet(
/external/chromium/chrome/browser/chromeos/
H A Dexternal_metrics.cc104 base::Histogram* counter = base::LinearHistogram::FactoryGet(
/external/chromium/chrome/browser/net/
H A Durl_info.cc125 histogram = base::LinearHistogram::FactoryTimeGet(
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_task.cc18 using base::LinearHistogram;
173 Histogram* counter = LinearHistogram::FactoryGet(
/external/chromium/net/base/
H A Dmime_sniffer.cc215 base::LinearHistogram::FactoryGet(name, 1, array_size - 1, array_size,
H A Dcookie_monster.cc1610 histogram_cookie_deletion_cause_ = base::LinearHistogram::FactoryGet(
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.cc279 base::LinearHistogram::FactoryGet(name, 1, boundary_value,

Completed in 237 milliseconds