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

1 2 3

  /external/chromium_org/components/policy/core/common/
policy_load_status.cc 20 : histogram_(base::LinearHistogram::FactoryGet(
  /external/chromium_org/base/metrics/
histogram_unittest.cc 52 HistogramBase* histogram = Histogram::FactoryGet(
56 HistogramBase* linear_histogram = LinearHistogram::FactoryGet(
63 HistogramBase* custom_histogram = CustomHistogram::FactoryGet(
82 HistogramBase* histogram = LinearHistogram::FactoryGet(
104 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags));
131 Histogram::FactoryGet("Histogram2", 1, 32, 15, HistogramBase::kNoFlags));
145 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags));
159 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags));
183 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges,
197 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges
    [all...]
statistics_recorder_unittest.cc 144 HistogramBase* histogram1 = Histogram::FactoryGet(
146 HistogramBase* histogram2 = Histogram::FactoryGet(
155 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags);
156 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags);
157 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags);
179 HistogramBase* histogram = Histogram::FactoryGet(
186 HistogramBase* histogram2 = Histogram::FactoryGet(
194 histogram = LinearHistogram::FactoryGet(
201 histogram = BooleanHistogram::FactoryGet(
211 histogram = CustomHistogram::FactoryGet(
    [all...]
histogram_delta_serialization.cc 40 LinearHistogram::FactoryGet(
47 LinearHistogram::FactoryGet(
54 Histogram::FactoryGet(
histogram_base_unittest.cc 39 HistogramBase* histogram = Histogram::FactoryGet(
65 HistogramBase* histogram = LinearHistogram::FactoryGet(
88 HistogramBase* histogram = BooleanHistogram::FactoryGet(
115 HistogramBase* histogram = CustomHistogram::FactoryGet(
137 HistogramBase* histogram = SparseHistogram::FactoryGet(
sparse_histogram.h 26 base::SparseHistogram::FactoryGet(name, flag)); \
61 static HistogramBase* FactoryGet(const std::string& name, int32 flags);
83 // Clients should always use FactoryGet to create SparseHistogram.
histogram.h 58 // value (i.e., the FactoryGet always returns the same value). FactoryGet
116 // histogram. FactoryGet includes locks on a global histogram name map
118 histogram_pointer = base::Histogram::FactoryGet(
125 // We could do this without any barrier, since FactoryGet entered and
140 // of which FactoryGet method to use. The different FactoryGet methods have
190 base::Histogram::FactoryGet(name, min, max, bucket_count, \
196 base::LinearHistogram::FactoryGet(name, 1, boundary, boundary + 1, \
204 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags)
    [all...]
histogram_delta_serialization_unittest.cc 24 HistogramBase* histogram = Histogram::FactoryGet(
sparse_histogram.cc 22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) {
101 return SparseHistogram::FactoryGet(histogram_name, flags);
histogram.cc 87 HistogramBase* Histogram::FactoryGet(const string& name,
131 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
366 HistogramBase* histogram = Histogram::FactoryGet(
525 HistogramBase* LinearHistogram::FactoryGet(const string& name,
539 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
653 HistogramBase* histogram = LinearHistogram::FactoryGet(
666 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) {
708 HistogramBase* histogram = BooleanHistogram::FactoryGet(
721 HistogramBase* CustomHistogram::FactoryGet(const string& name,
759 // values, FactoryGet will take care of removing them
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_histograms.cc 40 base::LinearHistogram::FactoryGet(
68 base::BooleanHistogram::FactoryGet(
84 base::LinearHistogram::FactoryGet(
93 base::BooleanHistogram::FactoryGet(
101 base::BooleanHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy_browsertest.cc 83 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
91 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
128 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
157 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
187 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
269 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
276 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
286 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
293 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
  /external/chromium_org/chrome/browser/importer/
importer_uma.cc 61 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/socket/
client_socket_pool_histograms.cc 26 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
48 error_code_ = CustomHistogram::FactoryGet(
  /external/chromium_org/net/disk_cache/blockfile/
histogram_macros.h 23 base::HistogramBase* counter = base::Histogram::FactoryGet( \
51 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( \
histogram_macros_v3.h 24 counter = base::Histogram::FactoryGet( \
56 counter = base::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/components/password_manager/core/browser/
password_manager_metrics_util.cc 95 base::LinearHistogram::FactoryGet(
107 base::BooleanHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preference_helper.cc 104 base::LinearHistogram::FactoryGet(
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 151 base::Histogram::FactoryGet(
164 base::Histogram::FactoryGet(name,
183 base::LinearHistogram::FactoryGet(
196 base::LinearHistogram::FactoryGet(
205 base::LinearHistogram::FactoryGet(
222 base::LinearHistogram::FactoryGet(
250 base::Histogram::FactoryGet(histogram_name,
  /external/chromium_org/chrome/renderer/pepper/
pepper_uma_host.cc 154 base::HistogramBase* counter = base::Histogram::FactoryGet(
177 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.cc 171 base::Histogram::FactoryGet(sample.name(),
186 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
198 base::HistogramBase* counter = base::SparseHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 79 base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 98 counter = base::LinearHistogram::FactoryGet(
102 counter = base::Histogram::FactoryGet(
  /external/chromium_org/chrome/browser/
jankometer_win.cc 137 process_times_(base::Histogram::FactoryGet(
140 total_times_(base::Histogram::FactoryGet(

Completed in 349 milliseconds

1 2 3