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

/external/chromium_org/chrome/browser/net/
H A Dhttp_pipelining_compatibility_client_unittest.cc216 HistogramBase* current_histogram = local
228 if (cached_histogram && current_histogram) {
230 if (cached_histogram != current_histogram) {
231 samples->Add(*(current_histogram->SnapshotSamples()));
232 histograms_[name] = current_histogram;
234 } else if (current_histogram) {
235 samples = current_histogram->SnapshotSamples();
236 histograms_[name] = current_histogram;

Completed in 166 milliseconds