Searched refs:encryption_pending_ (Results 1 – 2 of 2) sorted by relevance
179 encryption_pending_(false), in ProfileSyncService()857 encryption_pending_ = false; in ShutdownImpl()1318 if (encryption_pending_ && encrypt_everything_) { in OnEncryptionComplete()1319 encryption_pending_ = false; in OnEncryptionComplete()1453 if (encryption_pending_) in OnConfigureDone()2037 encryption_pending_ = true; in EnableEncryptEverything()2044 return encryption_pending_; in encryption_pending()2049 return encrypt_everything_ || encryption_pending_; in EncryptEverythingEnabled()
979 bool encryption_pending_; variable