Searched refs:histogram_value (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dextension_function_registry.cc62 extensions::functions::HistogramValue histogram_value)
63 : factory_(factory), histogram_value_(histogram_value) {}
60 FactoryEntry( ExtensionFunctionFactory factory, extensions::functions::HistogramValue histogram_value) argument
H A Dextension_function_registry.h48 FactoryEntry(factory, T::histogram_value());
56 extensions::functions::HistogramValue histogram_value);
H A Dextension_function.h77 public: static extensions::functions::HistogramValue histogram_value() \
239 extensions::functions::HistogramValue histogram_value) {
240 histogram_value_ = histogram_value; }
241 extensions::functions::HistogramValue histogram_value() const { function in class:ExtensionFunction
238 set_histogram_value( extensions::functions::HistogramValue histogram_value) argument
H A Dextension_function_dispatcher.cc278 function->histogram_value());
391 function->histogram_value());
/external/chromium_org/sync/syncable/
H A Dmodel_type_unittest.cc101 int histogram_value = ModelTypeToHistogramInt(it.Get()); local
103 EXPECT_TRUE(histogram_values.insert(histogram_value).second)
110 EXPECT_LT(histogram_value, MODEL_TYPE_COUNT);
/external/chromium_org/media/
H A DPRESUBMIT.py103 histogram_value = r'[^;]*'
111 whitespace + histogram_value + r',' + whitespace + histogram_max +
/external/chromium_org/chrome/browser/extensions/api/metrics_private/
H A Dmetrics_apitest.cc55 int histogram_value; member in struct:__anon3771::Bucket
129 EXPECT_EQ(bucket.count, samples.GetCount(bucket.histogram_value));
/external/chromium_org/google_apis/gaia/
H A Doauth2_access_token_fetcher_impl.cc173 int histogram_value = local
176 histogram_value);

Completed in 5515 milliseconds