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.cc490 bool FieldTrialList::used_without_global_ = false; member in base::FieldTrialList
500 DCHECK(!used_without_global_); in FieldTrialList()
1485 used_without_global_ = true; in GetEntropyProviderForOneTimeRandomization()
1502 used_without_global_ = true; in Register()
Dfield_trial.h765 static bool used_without_global_; variable