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

  /external/chromium_org/tools/telemetry/telemetry/value/
histogram.py 29 class HistogramValue(value_module.Value):
33 super(HistogramValue, self).__init__(page, name, units, important,
56 return ('HistogramValue(%s, %s, %s, raw_json_string="%s", '
99 d = super(HistogramValue, self).AsDict()
108 return HistogramValue(**kwargs)
114 return HistogramValue(
  /external/chromium_org/extensions/browser/
extension_function_histogram_value.h 12 // *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 {

Completed in 143 milliseconds