custom_passphrase_time 859 sync/internal_api/sync_encryption_handler_impl.cc if (nigori.custom_passphrase_time() != 0) { custom_passphrase_time 861 sync/internal_api/sync_encryption_handler_impl.cc ProtoTimeToTime(nigori.custom_passphrase_time()); custom_passphrase_time 1647 sync/internal_api/sync_encryption_handler_impl.cc return custom_passphrase_time(); custom_passphrase_time 91 sync/internal_api/sync_encryption_handler_impl.h base::Time custom_passphrase_time() const; custom_passphrase_time 163 sync/internal_api/sync_encryption_handler_impl_unittest.cc if (!encryption_handler()->custom_passphrase_time().is_null()) { custom_passphrase_time 164 sync/internal_api/sync_encryption_handler_impl_unittest.cc EXPECT_EQ(nigori.custom_passphrase_time(), custom_passphrase_time 166 sync/internal_api/sync_encryption_handler_impl_unittest.cc encryption_handler()->custom_passphrase_time())); custom_passphrase_time 935 sync/internal_api/sync_encryption_handler_impl_unittest.cc EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); custom_passphrase_time 987 sync/internal_api/sync_encryption_handler_impl_unittest.cc EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); custom_passphrase_time 1564 sync/internal_api/sync_encryption_handler_impl_unittest.cc EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); custom_passphrase_time 1671 sync/internal_api/sync_encryption_handler_impl_unittest.cc EXPECT_FALSE(encryption_handler()->custom_passphrase_time().is_null()); custom_passphrase_time 625 sync/protocol/proto_value_conversions.cc SET_INT64(custom_passphrase_time);