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

  /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...]
histogram.cc 76 Histogram* Histogram::FactoryGet(const std::string& name,
112 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
274 render_histogram = Histogram::FactoryGet(
277 render_histogram = LinearHistogram::FactoryGet(
280 render_histogram = BooleanHistogram::FactoryGet(histogram_name, flags);
773 Histogram* LinearHistogram::FactoryGet(const std::string& name,
805 return FactoryGet(name, minimum.InMilliseconds(), maximum.InMilliseconds(),
874 Histogram* BooleanHistogram::FactoryGet(const std::string& name, Flags flags) {
    [all...]
  /external/chromium/net/disk_cache/
histogram_macros.h 27 counter = base::Histogram::FactoryGet( \
59 counter = base::LinearHistogram::FactoryGet( \
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.cc 80 counter = LinearHistogram::FactoryGet(full_name,
86 counter = Histogram::FactoryGet(full_name,
extension_service.cc     [all...]
  /external/chromium/net/socket/
client_socket_pool_histograms.cc 23 socket_type_ = LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
  /external/chromium/chrome/browser/chromeos/
external_metrics.cc 89 base::Histogram* counter = base::Histogram::FactoryGet(
104 base::Histogram* counter = base::LinearHistogram::FactoryGet(
  /external/chromium/chrome/browser/
jankometer.cc 138 process_times_(base::Histogram::FactoryGet(
141 total_times_(base::Histogram::FactoryGet(
  /external/chromium/chrome/browser/autofill/
autofill_metrics.cc 133 base::LinearHistogram::FactoryGet(
  /external/chromium/net/base/
cookie_monster.cc     [all...]
mime_sniffer.cc 215 base::LinearHistogram::FactoryGet(name, 1, array_size - 1, array_size,
cookie_monster_unittest.cc     [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.cc 268 base::Histogram::FactoryGet(name, min, max, bucket_count,
279 base::LinearHistogram::FactoryGet(name, 1, boundary_value,
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 76 base::Histogram* counter = base::Histogram::FactoryGet(
autocomplete.cc     [all...]
  /external/chromium/base/
message_loop.cc 543 message_histogram_ = base::LinearHistogram::FactoryGet(
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 173 Histogram* counter = LinearHistogram::FactoryGet(

Completed in 452 milliseconds