Home
last modified time | relevance | path

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

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