Home
last modified time | relevance | path

Searched refs:encryption_handler_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sync/test/engine/
Dtest_directory_setter_upper.cc35 &encryption_handler_, in SetUp()
36 encryption_handler_.cryptographer())); in SetUp()
52 &encryption_handler_, in SetUpWith()
53 encryption_handler_.cryptographer())); in SetUpWith()
Dtest_directory_setter_upper.h70 SyncEncryptionHandler* encryption_handler() { return &encryption_handler_; } in encryption_handler()
83 FakeSyncEncryptionHandler encryption_handler_; variable
/external/chromium_org/components/sync_driver/
Ddata_type_manager_impl.cc63 encryption_handler_(encryption_handler), in DataTypeManagerImpl()
239 if (encryption_handler_->IsPassphraseRequired()) { in Restart()
241 encryption_handler_->GetEncryptedDataTypes(); in Restart()
Ddata_type_manager_impl.h186 const DataTypeEncryptionHandler* encryption_handler_; variable
Ddata_type_manager_impl_unittest.cc275 &encryption_handler_, in SetUp()
330 encryption_handler_.set_passphrase_required(true); in FailEncryptionFor()
331 encryption_handler_.set_encrypted_types(encrypted_types); in FailEncryptionFor()
339 FakeDataTypeEncryptionHandler encryption_handler_; member in sync_driver::SyncDataTypeManagerImplTest
/external/chromium_org/sync/sessions/
Dmodel_type_registry.h143 SyncEncryptionHandler* encryption_handler_; variable
/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl_unittest.cc91 encryption_handler_.reset( in SetUpEncryption()
96 encryption_handler_->AddObserver(&observer_); in SetUpEncryption()
131 return encryption_handler_.get(); in encryption_handler()
135 return encryption_handler_->GetCryptographerUnsafe(); in GetCryptographer()
337 scoped_ptr<SyncEncryptionHandlerImpl> encryption_handler_; member in syncer::SyncEncryptionHandlerImplTest