Searched refs:GetRetryTimeHistogram (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.h81 virtual base::HistogramBase* GetRetryTimeHistogram(MethodID method) const = 0;
182 virtual base::HistogramBase* GetRetryTimeHistogram(MethodID method) const;
H A Denv_chromium.cc263 provider_->GetRetryTimeHistogram(method_)->AddTime(last_ - start_);
843 base::HistogramBase* ChromiumEnv::GetRetryTimeHistogram(MethodID method) const { function in class:leveldb_env::ChromiumEnv

Completed in 102 milliseconds