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

/external/chromium_org/tools/telemetry/telemetry/value/
H A Dhistogram.py21 class HistogramValue(value_module.Value): class in inherits:value_module.Value
24 super(HistogramValue, self).__init__(page, name, units, important)
45 return 'HistogramValue(%s, %s, %s, raw_json_string="%s", important=%s)' % (
85 return HistogramValue(
/external/chromium_org/extensions/browser/
H A Dextension_function_histogram_value.h12 // *Never* reorder or delete entries in the |HistogramValue| enumeration.
29 // Add a new entry at the end of the |HistogramValue| enum. The name of the
60 enum HistogramValue { enum in namespace:extensions::functions

Completed in 115 milliseconds