Searched defs:CachingPermutedEntropyProvider (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/variations/
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.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...]

Completed in 290 milliseconds