Searched refs:HistogramValue (Results 1 - 7 of 7) 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(
H A Dvalue_backcompat.py37 return histogram.HistogramValue(
41 return histogram.HistogramValue(
H A Dhistogram_unittest.py30 histogram = histogram_module.HistogramValue(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_function_registry.h58 extensions::functions::HistogramValue histogram_value);
61 extensions::functions::HistogramValue histogram_value_;
H A Dextension_function_registry.cc94 extensions::functions::HistogramValue histogram_value)
H A Dextension_function_histogram_value.h13 // *Never* reorder or delete entries in the |HistogramValue| enumeration.
30 // Add a new entry at the end of the |HistogramValue| enum. The name of the
61 enum HistogramValue { enum in namespace:extensions::functions
/external/chromium_org/extensions/browser/
H A Dextension_function.h69 public: static extensions::functions::HistogramValue histogram_value() \
185 extensions::functions::HistogramValue histogram_value) {
187 extensions::functions::HistogramValue histogram_value() const {
261 extensions::functions::HistogramValue histogram_value_;

Completed in 241 milliseconds