HomeSort by relevance Sort by last modified time
    Searched defs:CachingPermutedEntropyProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/variations/
caching_permuted_entropy_provider.h 19 // CachingPermutedEntropyProvider is an entropy provider that uses the same
22 class CachingPermutedEntropyProvider : public PermutedEntropyProvider {
24 // Creates a CachingPermutedEntropyProvider using the given |local_state|
27 CachingPermutedEntropyProvider(PrefService* local_state,
30 virtual ~CachingPermutedEntropyProvider();
60 DISALLOW_COPY_AND_ASSIGN(CachingPermutedEntropyProvider);
caching_permuted_entropy_provider.cc 17 CachingPermutedEntropyProvider::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::AddToCache(uint32 randomization_seed
    [all...]

Completed in 2325 milliseconds