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

12 3 4

  /external/chromium_org/chrome/browser/chromeos/
external_metrics.cc 182 base::HistogramBase* counter = base::Histogram::FactoryGet(
203 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
219 base::HistogramBase* counter = base::SparseHistogram::FactoryGet(
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 43 nosniff_usage = base::BooleanHistogram::FactoryGet(
50 nosniff_otherwise = base::BooleanHistogram::FactoryGet(
56 nosniff_empty_mime_type = base::BooleanHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/search/
most_visited_iframe_source.cc 105 base::HistogramBase* counter = base::LinearHistogram::FactoryGet(
  /external/chromium_org/chrome/browser/ui/webui/
metrics_handler.cc 79 base::LinearHistogram::FactoryGet(
  /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_org/chrome/browser/extensions/api/metrics_private/
metrics_private_api.cc 133 counter = base::LinearHistogram::FactoryGet(
137 counter = base::Histogram::FactoryGet(
  /external/chromium/base/metrics/
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/chrome/browser/autofill/
autofill_metrics.cc 133 base::LinearHistogram::FactoryGet(
  /external/chromium_org/content/renderer/
renderer_main.cc 77 : process_times_(base::Histogram::FactoryGet(
  /external/chromium_org/chrome/browser/
jankometer.cc 139 process_times_(base::Histogram::FactoryGet(
142 total_times_(base::Histogram::FactoryGet(
  /external/chromium_org/content/child/
site_isolation_policy.cc 106 base::HistogramBase* histogram_pointer = base::Histogram::FactoryGet(
115 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet(
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 702 base::BooleanHistogram::FactoryGet(
731 base::Histogram::FactoryGet(uma_name,
    [all...]
  /external/chromium/net/base/
cookie_monster.cc     [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc     [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.cc 93 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet(
118 base::HistogramBase* histogram_pointer = base::Histogram::FactoryGet(
643 base::HistogramBase* histogram_pointer = base::BooleanHistogram::FactoryGet(
656 base::Histogram::FactoryGet(
730 base::HistogramBase* histogram_pointer = base::LinearHistogram::FactoryGet(
    [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_org/chrome/browser/prefs/
pref_metrics_service.cc 241 base::HistogramBase* histogram = base::BooleanHistogram::FactoryGet(
252 base::HistogramBase* histogram = base::LinearHistogram::FactoryGet(
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider.cc 76 base::Histogram* counter = base::Histogram::FactoryGet(
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.cc 89 base::HistogramBase* counter = base::Histogram::FactoryGet(
autocomplete_controller.cc 274 base::HistogramBase* counter = base::Histogram::FactoryGet(
284 base::HistogramBase* counter = base::Histogram::FactoryGet(
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 48 base::Histogram::FactoryGet(
  /external/chromium_org/net/disk_cache/
stats.cc 134 size_histogram_ = StatsHistogram::FactoryGet("DiskCache.SizeStats", this);
  /external/chromium_org/net/cert/
cert_verify_proc.cc 86 counter = base::CustomHistogram::FactoryGet(
94 counter = base::CustomHistogram::FactoryGet(
  /external/chromium_org/sql/
connection.cc 220 base::Histogram::FactoryGet(
    [all...]

Completed in 1194 milliseconds

12 3 4