HomeSort by relevance Sort by last modified time
    Searched refs:LinearHistogram (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/components/policy/core/common/
policy_load_status.cc 20 : histogram_(base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/importer/
importer_uma.cc 61 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 18 using base::LinearHistogram;
26 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
  /external/chromium_org/base/metrics/
histogram_delta_serialization.cc 40 LinearHistogram::FactoryGet(
47 LinearHistogram::FactoryGet(
histogram.cc 519 // LinearHistogram: This histogram uses a traditional set of evenly spaced
523 LinearHistogram::~LinearHistogram() {}
525 HistogramBase* LinearHistogram::FactoryGet(const string& name,
534 HistogramBase* LinearHistogram::FactoryTimeGet(const string& name,
543 HistogramBase* LinearHistogram::FactoryGetWithRangeDescription(
562 LinearHistogram* tentative_histogram =
563 new LinearHistogram(name, minimum, maximum, registered_ranges);
592 HistogramType LinearHistogram::GetHistogramType() const {
596 LinearHistogram::LinearHistogram(const string& name
    [all...]
histogram_unittest.cc 56 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
82 HistogramBase* histogram = LinearHistogram::FactoryGet(
137 LinearHistogram::InitializeBucketRanges(1, 7, &ranges);
143 // The correspoding LinearHistogram should use the correct ranges.
145 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags));
150 LinearHistogram::InitializeBucketRanges(1, 6, &ranges2);
157 // The correspoding LinearHistogram should use the correct ranges.
159 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags));
459 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
464 bad_histogram = LinearHistogram::FactoryGet
    [all...]
histogram.h 12 // For Histogram(exponential histogram), LinearHistogram and CustomHistogram,
25 // For Histogram and LinearHistogram, the maximum for a declared range should
196 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
214 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
381 class LinearHistogram;
553 // LinearHistogram is a more traditional histogram, with evenly spaced
555 class BASE_EXPORT LinearHistogram : public Histogram {
557 virtual ~LinearHistogram();
577 // Create a LinearHistogram and store a list of number/text values for use in
598 LinearHistogram(const std::string& name
    [all...]
histogram_base.cc 49 return LinearHistogram::DeserializeInfoImpl(iter);
histogram_base_unittest.cc 65 HistogramBase* histogram = LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 181 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
203 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/webkit/browser/appcache/
appcache_histograms.cc 40 base::LinearHistogram::FactoryGet(
84 base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preference_helper.cc 104 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/disk_cache/blockfile/
histogram_macros.h 51 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( \
histogram_macros_v3.h 56 counter = base::LinearHistogram::FactoryGet( \
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 79 base::LinearHistogram::FactoryGet(
  /external/chromium_org/components/password_manager/core/browser/
password_manager_metrics_util.cc 95 base::LinearHistogram::FactoryGet(
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 183 base::LinearHistogram::FactoryGet(
196 base::LinearHistogram::FactoryGet(
205 base::LinearHistogram::FactoryGet(
222 base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/renderer/pepper/
pepper_uma_host.cc 177 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/spdy/
hpack_huffman_aggregator.cc 174 base::LinearHistogram::FactoryGet(
  /external/chromium_org/base/message_loop/
message_loop.cc 75 const LinearHistogram::DescriptionPair event_descriptions_[] = {
538 message_histogram_ = LinearHistogram::FactoryGetWithRangeDescription(
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.cc 186 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 98 counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/net/
url_info.cc 144 histogram = base::LinearHistogram::FactoryTimeGet(
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 201 base::HistogramBase* histogram = base::LinearHistogram::FactoryGet(
  /external/chromium_org/components/autofill/core/browser/
autofill_metrics.cc 189 base::LinearHistogram::FactoryGet(

Completed in 943 milliseconds

1 2