HomeSort by relevance Sort by last modified time
    Searched refs:DeserializeHistogramInfo (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/base/metrics/
histogram_base_unittest.cc 48 HistogramBase* deserialized = DeserializeHistogramInfo(&iter);
54 deserialized = DeserializeHistogramInfo(&iter2);
107 HistogramBase* deserialized = DeserializeHistogramInfo(&iter);
113 deserialized = DeserializeHistogramInfo(&iter2);
129 HistogramBase* deserialized = DeserializeHistogramInfo(&iter);
135 deserialized = DeserializeHistogramInfo(&iter2);
156 HistogramBase* deserialized = DeserializeHistogramInfo(&iter);
162 deserialized = DeserializeHistogramInfo(&iter2);
178 HistogramBase* deserialized = DeserializeHistogramInfo(&iter);
184 deserialized = DeserializeHistogramInfo(&iter2)
    [all...]
histogram_base.cc 40 HistogramBase* DeserializeHistogramInfo(PickleIterator* iter) {
62 HistogramBase* histogram = DeserializeHistogramInfo(iter);
histogram_base.h 42 BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
sparse_histogram.h 86 friend BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
histogram.h 485 friend BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
596 friend BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
621 friend BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
662 friend BASE_EXPORT_PRIVATE HistogramBase* DeserializeHistogramInfo(
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 118 base::Histogram::DeserializeHistogramInfo(*it);
  /external/chromium/chrome/browser/automation/
automation_resource_message_filter.cc 427 base::Histogram::DeserializeHistogramInfo(histogram_list[index]);
  /external/chromium/base/metrics/
histogram.h 427 static bool DeserializeHistogramInfo(const std::string& histogram_info);
histogram.cc 230 bool Histogram::DeserializeHistogramInfo(const std::string& histogram_info) {
    [all...]

Completed in 121 milliseconds