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

  /external/chromium_org/extensions/browser/
extension_function_registry.cc 53 function->set_histogram_value(iter->second.histogram_value_);
58 : factory_(0), histogram_value_(extensions::functions::UNKNOWN) {}
63 : factory_(factory), histogram_value_(histogram_value) {}
extension_function_registry.h 59 extensions::functions::HistogramValue histogram_value_; member in struct:ExtensionFunctionRegistry::FactoryEntry
extension_function.h 240 histogram_value_ = histogram_value; }
242 return histogram_value_; }
376 extensions::functions::HistogramValue histogram_value_; member in class:ExtensionFunction
extension_function.cc 173 histogram_value_(extensions::functions::UNKNOWN),

Completed in 1038 milliseconds