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

/external/chromium_org/components/variations/
H A Dpref_names.cc12 const char kVariationsPermutedEntropyCache[] = member in namespace:metrics::prefs
H A Dpref_names.h14 extern const char kVariationsPermutedEntropyCache[];
H A Dcaching_permuted_entropy_provider.cc32 registry->RegisterStringPref(prefs::kVariationsPermutedEntropyCache,
38 local_state->ClearPref(prefs::kVariationsPermutedEntropyCache);
55 local_state_->GetString(prefs::kVariationsPermutedEntropyCache);
59 local_state_->ClearPref(prefs::kVariationsPermutedEntropyCache);
70 local_state_->SetString(prefs::kVariationsPermutedEntropyCache,
/external/chromium_org/components/metrics/
H A Dmetrics_state_manager_unittest.cc146 const char* kCachePrefName = prefs::kVariationsPermutedEntropyCache;

Completed in 1067 milliseconds