HomeSort by relevance Sort by last modified time
    Searched refs:histogram_value_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_function_registry.cc 84 function->set_histogram_value(iter->second.histogram_value_);
89 : factory_(0), histogram_value_(extensions::functions::UNKNOWN) {
95 : factory_(factory), histogram_value_(histogram_value) {
extension_function_registry.h 61 extensions::functions::HistogramValue histogram_value_; member in struct:ExtensionFunctionRegistry::FactoryEntry
  /external/chromium_org/extensions/browser/
extension_function.h 186 histogram_value_ = histogram_value; }
188 return histogram_value_; }
261 extensions::functions::HistogramValue histogram_value_; member in class:ExtensionFunction
extension_function.cc 69 histogram_value_(extensions::functions::UNKNOWN) {}

Completed in 425 milliseconds