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

  /external/chromium_org/extensions/browser/
extension_function_registry.h 48 FactoryEntry(factory, T::histogram_value());
56 extensions::functions::HistogramValue histogram_value);
extension_function_registry.cc 62 extensions::functions::HistogramValue histogram_value)
63 : factory_(factory), histogram_value_(histogram_value) {}
extension_function.h 77 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
extension_function_dispatcher.cc 278 function->histogram_value());
391 function->histogram_value());
  /external/chromium_org/sync/syncable/
model_type_unittest.cc 101 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/chrome/browser/extensions/api/metrics_private/
metrics_apitest.cc 55 int histogram_value; member in struct:__anon8396::Bucket
129 EXPECT_EQ(bucket.count, samples.GetCount(bucket.histogram_value));
  /external/chromium_org/media/
PRESUBMIT.py 103 histogram_value = r'[^;]*'
111 whitespace + histogram_value + r',' + whitespace + histogram_max +
  /external/chromium_org/google_apis/gaia/
oauth2_access_token_fetcher_impl.cc 173 int histogram_value = local
176 histogram_value);

Completed in 375 milliseconds