Searched defs:CreateHistogram (Results 1 – 5 of 5) sorted by relevance
| /external/libchrome/base/metrics/ | ||
| D | statistics_recorder_unittest.cc | 97 Histogram* CreateHistogram(const char* name, in CreateHistogram() function in base::StatisticsRecorderTest |
| D | persistent_histogram_allocator.cc | 497 std::unique_ptr<HistogramBase> PersistentHistogramAllocator::CreateHistogram( in CreateHistogram() function in base::PersistentHistogramAllocator |
| /external/v8/src/ | ||
| D | counters.h | 67 void* CreateHistogram(const char* name, in CreateHistogram() function |
| D | counters.cc | 76 void* Histogram::CreateHistogram() const { in CreateHistogram() function in v8::internal::Histogram |
| D | d8.cc | 1664 void* Shell::CreateHistogram(const char* name, in CreateHistogram() function in v8::Shell |