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

1 2 3 4

  /external/chromium/base/metrics/
histogram_unittest.cc 21 Histogram* histogram(Histogram::FactoryGet(
24 Histogram* histogram1(Histogram::FactoryGet(
30 Histogram* linear_histogram(LinearHistogram::FactoryGet(
33 Histogram* linear_histogram1(LinearHistogram::FactoryGet(
44 Histogram* custom_histogram(CustomHistogram::FactoryGet(
47 Histogram* custom_histogram1(CustomHistogram::FactoryGet(
83 Histogram* histogram(Histogram::FactoryGet(
89 Histogram* histogram1(Histogram::FactoryGet(
96 Histogram* linear_histogram(LinearHistogram::FactoryGet(
103 Histogram* linear_histogram1(LinearHistogram::FactoryGet(
    [all...]
histogram.h 35 // value (i.e., the FactoryGet always returns the same value). FactoryGet
79 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
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_load_status.cc 20 : histogram_(base::LinearHistogram::FactoryGet(
  /external/chromium_org/base/metrics/
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_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...]
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, \
198 base::BooleanHistogram::FactoryGet(name, base::Histogram::kNoFlags))
208 base::LinearHistogram::FactoryGet(name, 1, boundary_value,
    [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,
122 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
357 HistogramBase* histogram = Histogram::FactoryGet(
516 HistogramBase* LinearHistogram::FactoryGet(const string& name,
530 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
635 HistogramBase* histogram = LinearHistogram::FactoryGet(
648 HistogramBase* BooleanHistogram::FactoryGet(const string& name, int32 flags) {
690 HistogramBase* histogram = BooleanHistogram::FactoryGet(
703 HistogramBase* CustomHistogram::FactoryGet(const string& name,
741 // values, FactoryGet will take care of removing them
    [all...]
  /external/chromium_org/chrome/browser/extensions/activity_log/
uma_policy_browsertest.cc 84 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
92 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
129 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
158 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
188 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
270 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
277 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
287 base::HistogramBase* google_histogram = base::Histogram::FactoryGet(
294 base::HistogramBase* cnn_histogram = base::Histogram::FactoryGet(
  /external/chromium_org/chrome/browser/importer/
importer_uma.cc 61 base::LinearHistogram::FactoryGet(
  /external/chromium_org/net/disk_cache/
stats_histogram.h 41 static StatsHistogram* FactoryGet(const std::string& name,
histogram_macros.h 26 counter = base::Histogram::FactoryGet( \
58 counter = base::LinearHistogram::FactoryGet( \
stats_histogram.cc 42 StatsHistogram* StatsHistogram::FactoryGet(const std::string& name,
  /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/chrome/browser/password_manager/
password_manager_metrics_util.cc 93 base::LinearHistogram::FactoryGet(
105 base::BooleanHistogram::FactoryGet(
  /external/chromium_org/content/renderer/pepper/
ppb_uma_private_impl.cc 57 base::Histogram::FactoryGet(
75 base::LinearHistogram::FactoryGet(
  /external/chromium/net/disk_cache/
histogram_macros.h 27 counter = base::Histogram::FactoryGet( \
59 counter = base::LinearHistogram::FactoryGet( \
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 152 base::Histogram::FactoryGet(
165 base::Histogram::FactoryGet(name,
184 base::LinearHistogram::FactoryGet(
197 base::LinearHistogram::FactoryGet(
206 base::LinearHistogram::FactoryGet(
223 base::LinearHistogram::FactoryGet(
251 base::Histogram::FactoryGet(histogram_name,
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.cc 80 counter = LinearHistogram::FactoryGet(full_name,
86 counter = Histogram::FactoryGet(full_name,
  /external/chromium/net/socket/
client_socket_pool_histograms.cc 23 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_user_data_logger.cc 130 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(

Completed in 394 milliseconds

1 2 3 4