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