Searched refs:CachingPermutedEntropyProvider (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/variations/
H A Dcaching_permuted_entropy_provider.cc17 CachingPermutedEntropyProvider::CachingPermutedEntropyProvider( function in class:metrics::CachingPermutedEntropyProvider
26 CachingPermutedEntropyProvider::~CachingPermutedEntropyProvider() {
30 void CachingPermutedEntropyProvider::RegisterPrefs(
37 void CachingPermutedEntropyProvider::ClearCache(PrefService* local_state) {
41 uint16 CachingPermutedEntropyProvider::GetPermutedValue(
53 void CachingPermutedEntropyProvider::ReadFromLocalState() const {
64 void CachingPermutedEntropyProvider::UpdateLocalState() const {
74 void CachingPermutedEntropyProvider
[all...]
H A Dcaching_permuted_entropy_provider.h19 // CachingPermutedEntropyProvider is an entropy provider that uses the same
22 class CachingPermutedEntropyProvider : public PermutedEntropyProvider { class in namespace:metrics
24 // Creates a CachingPermutedEntropyProvider using the given |local_state|
27 CachingPermutedEntropyProvider(PrefService* local_state,
30 virtual ~CachingPermutedEntropyProvider();
60 DISALLOW_COPY_AND_ASSIGN(CachingPermutedEntropyProvider);
H A Dcaching_permuted_entropy_provider_unittest.cc25 CachingPermutedEntropyProvider::RegisterPrefs(prefs.registry());
33 CachingPermutedEntropyProvider cached_provider(
42 CachingPermutedEntropyProvider cached_provider(
/external/chromium_org/components/metrics/
H A Dmetrics_state_manager.cc177 new CachingPermutedEntropyProvider(local_state_,
213 CachingPermutedEntropyProvider::RegisterPrefs(registry);
293 CachingPermutedEntropyProvider::ClearCache(local_state_);

Completed in 1012 milliseconds