Searched refs:HashExtension (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dextensions_metrics_provider_unittest.cc39 // Makes the protected HashExtension method available to testing code.
40 using ExtensionsMetricsProvider::HashExtension;
86 TEST(ExtensionsMetricsProvider, HashExtension) {
88 TestExtensionsMetricsProvider::HashExtension(
91 TestExtensionsMetricsProvider::HashExtension(
94 TestExtensionsMetricsProvider::HashExtension(
97 TestExtensionsMetricsProvider::HashExtension(
H A Dextensions_metrics_provider.h53 static int HashExtension(const std::string& extension_id, uint32 client_key);
H A Dextensions_metrics_provider.cc33 // the possible output range of the HashExtension function.
127 int ExtensionsMetricsProvider::HashExtension(const std::string& extension_id, function in class:ExtensionsMetricsProvider
228 buckets.insert(HashExtension((*it)->id(), client_key));

Completed in 844 milliseconds