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

  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc 279 RecordCreateHistogramResult(CREATE_HISTOGRAM_INVALID_METADATA);
299 RecordCreateHistogramResult(CREATE_HISTOGRAM_ALLOCATOR_CORRUPT);
381 RecordCreateHistogramResult(CREATE_HISTOGRAM_ALLOCATOR_NEWLY_CORRUPT);
388 RecordCreateHistogramResult(result);
505 RecordCreateHistogramResult(CREATE_HISTOGRAM_INVALID_METADATA_POINTER);
518 RecordCreateHistogramResult(CREATE_HISTOGRAM_SUCCESS);
542 RecordCreateHistogramResult(CREATE_HISTOGRAM_INVALID_RANGES_ARRAY);
551 RecordCreateHistogramResult(CREATE_HISTOGRAM_INVALID_RANGES_ARRAY);
567 RecordCreateHistogramResult(CREATE_HISTOGRAM_INVALID_COUNTS_ARRAY);
618 RecordCreateHistogramResult(CREATE_HISTOGRAM_SUCCESS)
    [all...]
persistent_histogram_allocator.h 356 static void RecordCreateHistogramResult(CreateHistogramResultType result);

Completed in 3958 milliseconds