Home
last modified time | relevance | path

Searched refs:entropy_provider (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/metrics/
Dfield_trial.cc495 std::unique_ptr<const FieldTrial::EntropyProvider> entropy_provider) in FieldTrialList() argument
496 : entropy_provider_(std::move(entropy_provider)), in FieldTrialList()
581 const FieldTrial::EntropyProvider* entropy_provider = in FactoryGetFieldTrialWithRandomizationSeed() local
584 CHECK(entropy_provider); in FactoryGetFieldTrialWithRandomizationSeed()
585 entropy_value = entropy_provider->GetEntropyForTrial(trial_name, in FactoryGetFieldTrialWithRandomizationSeed()
Dfield_trial.h423 std::unique_ptr<const FieldTrial::EntropyProvider> entropy_provider);