Home
last modified time | relevance | path

Searched refs:shutdown_called_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/services/gcm/
Dgcm_account_tracker.cc36 shutdown_called_(false) { in GCMAccountTracker()
41 DCHECK(shutdown_called_); in ~GCMAccountTracker()
46 shutdown_called_ = true; in Shutdown()
51 DCHECK(!shutdown_called_); in Start()
73 DCHECK(!shutdown_called_); in Stop()
Dgcm_account_tracker.h124 bool shutdown_called_; variable
/external/chromium_org/base/threading/
Dsequenced_worker_pool.cc463 bool shutdown_called_; member in base::SequencedWorkerPool::Inner
532 shutdown_called_(false), in Inner()
541 DCHECK(shutdown_called_); in ~Inner()
586 if (shutdown_called_) { in PostTask()
648 if (shutdown_called_) in CleanupForTesting()
670 if (shutdown_called_) in Shutdown()
672 shutdown_called_ = true; in Shutdown()
708 return shutdown_called_; in IsShutdownInProgress()
801 if (shutdown_called_ && in ThreadLoop()
947 if (shutdown_called_ && i->shutdown_behavior != BLOCK_SHUTDOWN) { in GetWork()
[all …]
/external/chromium_org/components/password_manager/core/browser/
Dpassword_store.cc88 shutdown_called_(false) {} in PasswordStore()
202 shutdown_called_ = true; in Shutdown()
214 PasswordStore::~PasswordStore() { DCHECK(shutdown_called_); } in ~PasswordStore()
Dpassword_store.h303 bool shutdown_called_; variable
/external/chromium_org/google_apis/gaia/
Daccount_tracker.cc19 shutdown_called_(false) { in AccountTracker()
25 DCHECK(shutdown_called_); in ~AccountTracker()
29 shutdown_called_ = true; in Shutdown()
Daccount_tracker.h113 bool shutdown_called_; variable
/external/chromium_org/components/signin/core/browser/
Daccount_tracker_service.cc153 shutdown_called_(false) { in AccountTrackerService()
157 DCHECK(shutdown_called_); in ~AccountTrackerService()
177 shutdown_called_ = true; in Shutdown()
Daccount_tracker_service.h124 bool shutdown_called_; variable