Searched refs:encryption_pending_ (Results 1 – 2 of 2) sorted by relevance
222 encryption_pending_(false), in ProfileSyncService()881 encryption_pending_ = false; in ShutdownImpl()1381 if (encryption_pending_ && encrypt_everything_) { in OnEncryptionComplete()1382 encryption_pending_ = false; in OnEncryptionComplete()1555 if (encryption_pending_) in OnConfigureDone()2216 encryption_pending_ = true; in EnableEncryptEverything()2223 return encryption_pending_; in encryption_pending()2228 return encrypt_everything_ || encryption_pending_; in EncryptEverythingEnabled()
1069 bool encryption_pending_; variable