Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dfield_trial.cc305 bool FieldTrialList::used_without_global_ = false; member in base::FieldTrialList
316 DCHECK(!used_without_global_); in FieldTrialList()
631 used_without_global_ = true; in GetEntropyProviderForOneTimeRandomization()
648 used_without_global_ = true; in Register()
Dfield_trial.h511 static bool used_without_global_; variable