Searched defs:histogram_info (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/metrics/
H A Dhistogram.cc230 bool Histogram::DeserializeHistogramInfo(const std::string& histogram_info) { argument
231 if (histogram_info.empty()) {
235 Pickle pickle(histogram_info.data(),
236 static_cast<int>(histogram_info.size()));

Completed in 23 milliseconds