HomeSort by relevance Sort by last modified time
    Searched refs:custom_passphrase_time (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl.h 91 base::Time custom_passphrase_time() const;
sync_encryption_handler_impl.cc 777 base::Time SyncEncryptionHandlerImpl::custom_passphrase_time() const { function in class:syncer::SyncEncryptionHandlerImpl
    [all...]
sync_encryption_handler_impl_unittest.cc 163 if (!encryption_handler()->custom_passphrase_time().is_null()) {
164 EXPECT_EQ(nigori.custom_passphrase_time(),
166 encryption_handler()->custom_passphrase_time()));
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 667 SET_INT64(custom_passphrase_time);
    [all...]

Completed in 56 milliseconds