OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kVariationsPermutedEntropyCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/variations/
pref_names.cc
12
const char
kVariationsPermutedEntropyCache
[] =
pref_names.h
14
extern const char
kVariationsPermutedEntropyCache
[];
caching_permuted_entropy_provider.cc
32
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/
metrics_state_manager_unittest.cc
101
const char* kCachePrefName = prefs::
kVariationsPermutedEntropyCache
;
Completed in 345 milliseconds