Home
last modified time | relevance | path

Searched refs:FactoryTimeGet (Results 1 – 11 of 11) sorted by relevance

/external/chromium/net/socket/
Dclient_socket_pool_histograms.cc27 request_time_ = Histogram::FactoryTimeGet( in ClientSocketPoolHistograms()
33 unused_idle_time_ = Histogram::FactoryTimeGet( in ClientSocketPoolHistograms()
39 reused_idle_time_ = Histogram::FactoryTimeGet( in ClientSocketPoolHistograms()
/external/chromium/base/metrics/
Dhistogram.h93 counter = base::Histogram::FactoryTimeGet(name, min, max, bucket_count, \
103 counter = base::Histogram::FactoryTimeGet(name, min, max, bucket_count, \
189 counter = base::Histogram::FactoryTimeGet(name, min, max, bucket_count, \
199 counter = base::Histogram::FactoryTimeGet(name, min, max, bucket_count, \
381 static Histogram* FactoryTimeGet(const std::string& name,
595 static Histogram* FactoryTimeGet(const std::string& name,
Dhistogram.cc107 Histogram* Histogram::FactoryTimeGet(const std::string& name, in FactoryTimeGet() function in base::Histogram
800 Histogram* LinearHistogram::FactoryTimeGet(const std::string& name, in FactoryTimeGet() function in base::LinearHistogram
/external/chromium/chrome/browser/chromeos/cros/
Dcros_library_loader.cc25 base::Histogram* counter = base::Histogram::FactoryTimeGet( in addLibcrosTimeHistogram()
/external/chromium/net/disk_cache/
Dhistogram_macros.h46 counter = base::Histogram::FactoryTimeGet( \
/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc262 base::Histogram* total_hist = base::Histogram::FactoryTimeGet( in WriteTimes()
280 base::Histogram* prev_hist = base::Histogram::FactoryTimeGet( in WriteTimes()
/external/chromium/chrome/browser/net/
Durl_info.cc125 histogram = base::LinearHistogram::FactoryTimeGet( in RemoveFromQueue()
/external/chromium/chrome/browser/sessions/
Dsession_restore.cc304 base::Histogram::FactoryTimeGet( in Observe()
392 base::Histogram::FactoryTimeGet( in HandleTabClosedOrLoaded()
/external/chromium/chrome/browser/metrics/
Dthread_watcher.cc173 histogram_ = base::Histogram::FactoryTimeGet( in Initialize()
/external/chromium/chrome/browser/net/websocket_experiment/
Dwebsocket_experiment_task.cc193 Histogram* counter = Histogram::FactoryTimeGet( in GetTimesHistogramForConfig()
/external/chromium/net/base/
Dcookie_monster.cc1616 histogram_time_get_ = base::Histogram::FactoryTimeGet("Cookie.TimeGet", in InitializeHistograms()
1619 histogram_time_load_ = base::Histogram::FactoryTimeGet("Cookie.TimeLoad", in InitializeHistograms()