Searched defs:DHISTOGRAM_TIMES (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/metrics/
H A Dhistogram.h228 #define DHISTOGRAM_TIMES(name, sample) HISTOGRAM_TIMES(name, sample) macro
265 #define DHISTOGRAM_TIMES(name, sample) \ macro
/external/chromium/base/metrics/
H A Dhistogram.h135 #define DHISTOGRAM_TIMES(name, sample) HISTOGRAM_TIMES(name, sample) macro
152 #define DHISTOGRAM_TIMES(name, sample) do {} while (0) macro

Completed in 137 milliseconds