Searched refs:custom_passphrase_time (Results 1 – 5 of 5) sorted by relevance
91 base::Time custom_passphrase_time() const;
777 base::Time SyncEncryptionHandlerImpl::custom_passphrase_time() const { in custom_passphrase_time() function in syncer::SyncEncryptionHandlerImpl855 if (nigori.custom_passphrase_time() != 0) { in ApplyNigoriUpdateImpl()857 ProtoTimeToTime(nigori.custom_passphrase_time()); in ApplyNigoriUpdateImpl()1643 return custom_passphrase_time(); in GetExplicitPassphraseTime()
163 if (!encryption_handler()->custom_passphrase_time().is_null()) { in VerifyMigratedNigoriWithTimestamp()164 EXPECT_EQ(nigori.custom_passphrase_time(), in VerifyMigratedNigoriWithTimestamp()166 encryption_handler()->custom_passphrase_time())); in VerifyMigratedNigoriWithTimestamp()935 EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); in TEST_F()987 EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); in TEST_F()1564 EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); in TEST_F()1671 EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); in TEST_F()
116 optional int64 custom_passphrase_time = 33; field
652 SET_INT64(custom_passphrase_time); in NigoriSpecificsToValue()