Searched refs:shutdown_called_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store.cc79 shutdown_called_(false) {}
189 shutdown_called_ = true;
201 PasswordStore::~PasswordStore() { DCHECK(shutdown_called_); }
H A Dpassword_store.h301 bool shutdown_called_; member in class:password_manager::PasswordStore
/external/chromium_org/base/threading/
H A Dsequenced_worker_pool.cc463 bool shutdown_called_; member in class:base::SequencedWorkerPool::Inner
532 shutdown_called_(false),
541 DCHECK(shutdown_called_);
586 if (shutdown_called_) {
648 if (shutdown_called_)
670 if (shutdown_called_)
672 shutdown_called_ = true;
708 return shutdown_called_;
795 // We can get additional tasks posted after shutdown_called_ is set
801 if (shutdown_called_
[all...]
/external/chromium_org/google_apis/gaia/
H A Daccount_tracker.cc18 shutdown_called_(false) {
24 DCHECK(shutdown_called_);
28 shutdown_called_ = true;
H A Daccount_tracker.h109 bool shutdown_called_; member in class:gaia::AccountTracker

Completed in 174 milliseconds