Home
last modified time | relevance | path

Searched refs:custom_passphrase_time (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl.h91 base::Time custom_passphrase_time() const;
Dsync_encryption_handler_impl.cc777 base::Time SyncEncryptionHandlerImpl::custom_passphrase_time() const { in custom_passphrase_time() function in syncer::SyncEncryptionHandlerImpl
855 if (nigori.custom_passphrase_time() != 0) { in ApplyNigoriUpdateImpl()
857 ProtoTimeToTime(nigori.custom_passphrase_time()); in ApplyNigoriUpdateImpl()
1643 return custom_passphrase_time(); in GetExplicitPassphraseTime()
Dsync_encryption_handler_impl_unittest.cc163 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()
/external/chromium_org/sync/protocol/
Dnigori_specifics.proto116 optional int64 custom_passphrase_time = 33; field
Dproto_value_conversions.cc652 SET_INT64(custom_passphrase_time); in NigoriSpecificsToValue()