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

  /external/libchrome/base/metrics/
sparse_histogram.cc 35 std::unique_ptr<HistogramBase> tentative_histogram; local
38 tentative_histogram = allocator->AllocateHistogram(
44 if (!tentative_histogram) {
48 tentative_histogram.reset(new SparseHistogram(name));
49 tentative_histogram->SetFlags(flags);
56 const void* tentative_histogram_ptr = tentative_histogram.get();
58 tentative_histogram.release());
histogram.cc 174 std::unique_ptr<HistogramBase> tentative_histogram; local
177 tentative_histogram = allocator->AllocateHistogram(
189 if (!tentative_histogram) {
193 tentative_histogram = HeapAlloc(registered_ranges);
194 tentative_histogram->SetFlags(flags_);
197 FillHistogram(tentative_histogram.get());
203 const void* tentative_histogram_ptr = tentative_histogram.get();
205 tentative_histogram.release());
    [all...]

Completed in 68 milliseconds