Home
last modified time | relevance | path

Searched refs:histogram_value_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_function_registry.cc53 function->set_histogram_value(iter->second.histogram_value_); in NewFunction()
58 : factory_(0), histogram_value_(extensions::functions::UNKNOWN) {} in FactoryEntry()
63 : factory_(factory), histogram_value_(histogram_value) {} in FactoryEntry()
Dextension_function.h238 histogram_value_ = histogram_value; } in set_histogram_value()
240 return histogram_value_; } in histogram_value()
367 extensions::functions::HistogramValue histogram_value_; variable
Dextension_function_registry.h59 extensions::functions::HistogramValue histogram_value_; member
Dextension_function.cc173 histogram_value_(extensions::functions::UNKNOWN), in ExtensionFunction()