Home
last modified time | relevance | path

Searched refs:FactoryGet (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium/base/metrics/
Dhistogram_unittest.cc21 Histogram* histogram(Histogram::FactoryGet( in TEST()
24 Histogram* histogram1(Histogram::FactoryGet( in TEST()
30 Histogram* linear_histogram(LinearHistogram::FactoryGet( in TEST()
33 Histogram* linear_histogram1(LinearHistogram::FactoryGet( in TEST()
44 Histogram* custom_histogram(CustomHistogram::FactoryGet( in TEST()
47 Histogram* custom_histogram1(CustomHistogram::FactoryGet( in TEST()
83 Histogram* histogram(Histogram::FactoryGet( in TEST()
89 Histogram* histogram1(Histogram::FactoryGet( in TEST()
96 Histogram* linear_histogram(LinearHistogram::FactoryGet( in TEST()
103 Histogram* linear_histogram1(LinearHistogram::FactoryGet( in TEST()
[all …]
Dhistogram.h79 counter = base::Histogram::FactoryGet(name, min, max, bucket_count, \
115 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
124 counter = base::CustomHistogram::FactoryGet(name, custom_ranges, \
217 counter = base::Histogram::FactoryGet(name, min, max, bucket_count, \
235 counter = base::BooleanHistogram::FactoryGet(name, \
244 counter = base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
253 counter = base::CustomHistogram::FactoryGet(name, custom_ranges, \
376 static Histogram* FactoryGet(const std::string& name,
590 static Histogram* FactoryGet(const std::string& name,
642 static Histogram* FactoryGet(const std::string& name, Flags flags);
[all …]
Dhistogram.cc76 Histogram* Histogram::FactoryGet(const std::string& name, in FactoryGet() function in base::Histogram
112 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet()
274 render_histogram = Histogram::FactoryGet( in DeserializeHistogramInfo()
277 render_histogram = LinearHistogram::FactoryGet( in DeserializeHistogramInfo()
280 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags); in DeserializeHistogramInfo()
773 Histogram* LinearHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::LinearHistogram
805 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet()
874 Histogram* BooleanHistogram::FactoryGet(const std::string& name, Flags flags) { in FactoryGet() function in base::BooleanHistogram
906 Histogram* CustomHistogram::FactoryGet(const std::string& name, in FactoryGet() function in base::CustomHistogram
/external/chromium_org/base/metrics/
Dhistogram_unittest.cc52 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F()
56 HistogramBase* linear_histogram = LinearHistogram::FactoryGet( in TEST_F()
63 HistogramBase* custom_histogram = CustomHistogram::FactoryGet( in TEST_F()
82 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F()
104 Histogram::FactoryGet("Histogram", 1, 64, 8, HistogramBase::kNoFlags)); in TEST_F()
131 Histogram::FactoryGet("Histogram2", 1, 32, 15, HistogramBase::kNoFlags)); in TEST_F()
145 LinearHistogram::FactoryGet("Linear", 1, 7, 8, HistogramBase::kNoFlags)); in TEST_F()
159 LinearHistogram::FactoryGet("Linear2", 1, 6, 5, HistogramBase::kNoFlags)); in TEST_F()
183 CustomHistogram::FactoryGet("TestCustomHistogram1", custom_ranges, in TEST_F()
197 CustomHistogram::FactoryGet("TestCustomHistogram2", custom_ranges, in TEST_F()
[all …]
Dstatistics_recorder_unittest.cc144 HistogramBase* histogram1 = Histogram::FactoryGet( in TEST_F()
146 HistogramBase* histogram2 = Histogram::FactoryGet( in TEST_F()
155 Histogram::FactoryGet("TestHistogram1", 1, 1000, 10, Histogram::kNoFlags); in TEST_F()
156 Histogram::FactoryGet("TestHistogram2", 1, 1000, 10, Histogram::kNoFlags); in TEST_F()
157 Histogram::FactoryGet("TestHistogram3", 1, 1000, 10, Histogram::kNoFlags); in TEST_F()
179 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F()
186 HistogramBase* histogram2 = Histogram::FactoryGet( in TEST_F()
194 histogram = LinearHistogram::FactoryGet( in TEST_F()
201 histogram = BooleanHistogram::FactoryGet( in TEST_F()
211 histogram = CustomHistogram::FactoryGet( in TEST_F()
[all …]
Dhistogram_base_unittest.cc39 HistogramBase* histogram = Histogram::FactoryGet( in TEST_F()
65 HistogramBase* histogram = LinearHistogram::FactoryGet( in TEST_F()
88 HistogramBase* histogram = BooleanHistogram::FactoryGet( in TEST_F()
115 HistogramBase* histogram = CustomHistogram::FactoryGet( in TEST_F()
137 HistogramBase* histogram = SparseHistogram::FactoryGet( in TEST_F()
Dhistogram.h190 base::Histogram::FactoryGet(name, min, max, bucket_count, \
198 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
208 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
218 base::CustomHistogram::FactoryGet(name, custom_ranges, \
332 base::Histogram::FactoryGet(name, min, max, bucket_count, \
346 base::BooleanHistogram::FactoryGet(name, \
353 base::LinearHistogram::FactoryGet(name, 1, boundary_value, \
358 base::CustomHistogram::FactoryGet(name, custom_ranges, \
388 static HistogramBase* FactoryGet(const std::string& name,
549 static HistogramBase* FactoryGet(const std::string& name,
[all …]
Dhistogram_delta_serialization.cc40 LinearHistogram::FactoryGet( in HistogramDeltaSerialization()
47 LinearHistogram::FactoryGet( in HistogramDeltaSerialization()
54 Histogram::FactoryGet( in HistogramDeltaSerialization()
Dhistogram.cc87 HistogramBase* Histogram::FactoryGet(const string& name, in FactoryGet() function in base::Histogram
122 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet()
357 HistogramBase* histogram = Histogram::FactoryGet( in DeserializeInfoImpl()
516 HistogramBase* LinearHistogram::FactoryGet(const string& name, in FactoryGet() function in base::LinearHistogram
530 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(), in FactoryTimeGet()
635 HistogramBase* histogram = LinearHistogram::FactoryGet( in DeserializeInfoImpl()
648 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::BooleanHistogram
690 HistogramBase* histogram = BooleanHistogram::FactoryGet( in DeserializeInfoImpl()
703 HistogramBase* CustomHistogram::FactoryGet(const string& name, in FactoryGet() function in base::CustomHistogram
793 HistogramBase* histogram = CustomHistogram::FactoryGet( in DeserializeInfoImpl()
Dsparse_histogram.h26 base::SparseHistogram::FactoryGet(name, flag)); \
61 static HistogramBase* FactoryGet(const std::string& name, int32 flags);
Dsparse_histogram.cc22 HistogramBase* SparseHistogram::FactoryGet(const string& name, int32 flags) { in FactoryGet() function in base::SparseHistogram
101 return SparseHistogram::FactoryGet(histogram_name, flags); in DeserializeInfoImpl()
/external/chromium_org/chrome/browser/extensions/activity_log/
Duma_policy_browsertest.cc84 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
92 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
129 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
158 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
188 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
270 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
277 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
287 base::HistogramBase* google_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
294 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/browser/indexed_db/leveldb/
Dleveldb_database.cc152 base::Histogram::FactoryGet( in CheckFreeSpace()
165 base::Histogram::FactoryGet(name, in CheckFreeSpace()
184 base::LinearHistogram::FactoryGet( in ParseAndHistogramIOErrorDetails()
197 base::LinearHistogram::FactoryGet( in ParseAndHistogramIOErrorDetails()
206 base::LinearHistogram::FactoryGet( in ParseAndHistogramIOErrorDetails()
223 base::LinearHistogram::FactoryGet( in ParseAndHistogramCorruptionDetails()
251 base::Histogram::FactoryGet(histogram_name, in HistogramLevelDBError()
/external/chromium_org/net/socket/
Dclient_socket_pool_histograms.cc26 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1, in ClientSocketPoolHistograms()
48 error_code_ = CustomHistogram::FactoryGet( in ClientSocketPoolHistograms()
/external/chromium_org/chrome/browser/password_manager/
Dpassword_manager_metrics_util.cc93 base::LinearHistogram::FactoryGet( in LogUMAHistogramEnumeration()
105 base::BooleanHistogram::FactoryGet( in LogUMAHistogramBoolean()
/external/chromium_org/content/renderer/pepper/
Dppb_uma_private_impl.cc57 base::Histogram::FactoryGet( in HistogramCustomCounts()
75 base::LinearHistogram::FactoryGet( in HistogramEnumeration()
/external/chromium/net/disk_cache/
Dhistogram_macros.h27 counter = base::Histogram::FactoryGet( \
59 counter = base::LinearHistogram::FactoryGet( \
/external/chromium_org/net/disk_cache/
Dhistogram_macros.h26 counter = base::Histogram::FactoryGet( \
58 counter = base::LinearHistogram::FactoryGet( \
Dstats_histogram.h41 static StatsHistogram* FactoryGet(const std::string& name,
/external/chromium_org/components/policy/core/common/
Dpolicy_load_status.cc20 : histogram_(base::LinearHistogram::FactoryGet( in PolicyLoadStatusSample()
/external/chromium_org/chrome/browser/chromeos/
Dexternal_metrics.cc182 base::HistogramBase* counter = base::Histogram::FactoryGet( in RecordHistogram()
203 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( in RecordLinearHistogram()
219 base::HistogramBase* counter = base::SparseHistogram::FactoryGet( in RecordSparseHistogram()
/external/chromium/chrome/browser/extensions/
Dextension_metrics_module.cc80 counter = LinearHistogram::FactoryGet(full_name, in RecordValue()
86 counter = Histogram::FactoryGet(full_name, in RecordValue()
/external/chromium_org/chrome/browser/importer/
Dimporter_uma.cc61 base::LinearHistogram::FactoryGet( in LogImporterUseToMetrics()
/external/chromium/chrome/browser/chromeos/
Dexternal_metrics.cc89 base::Histogram* counter = base::Histogram::FactoryGet( in RecordHistogram()
104 base::Histogram* counter = base::LinearHistogram::FactoryGet( in RecordLinearHistogram()
/external/chromium_org/content/browser/loader/
Dbuffered_resource_handler.cc43 nosniff_usage = base::BooleanHistogram::FactoryGet( in RecordSnifferMetrics()
50 nosniff_otherwise = base::BooleanHistogram::FactoryGet( in RecordSnifferMetrics()
56 nosniff_empty_mime_type = base::BooleanHistogram::FactoryGet( in RecordSnifferMetrics()

1234