Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/policy/
Ddevice_policy_cache.cc118 starting_up_(true), in DevicePolicyCache()
129 starting_up_(true), in DevicePolicyCache()
142 DCHECK(!starting_up_); in SetPolicy()
188 if (starting_up_) { in OnRetrievePolicyCompleted()
189 starting_up_ = false; in OnRetrievePolicyCompleted()
Ddevice_policy_cache.h74 bool starting_up_; variable