Home
last modified time | relevance | path

Searched refs:GetEncryptedDataTypes (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Ddata_type_encryption_handler.h24 virtual syncer::ModelTypeSet GetEncryptedDataTypes() const = 0;
Ddata_type_manager_impl.cc194 encryption_handler_->GetEncryptedDataTypes(); in Restart()
Ddata_type_manager_impl_unittest.cc122 virtual syncer::ModelTypeSet GetEncryptedDataTypes() const OVERRIDE;
144 FakeDataTypeEncryptionHandler::GetEncryptedDataTypes() const { in GetEncryptedDataTypes() function in browser_sync::__anon174c08f60111::FakeDataTypeEncryptionHandler
/external/chromium/chrome/browser/sync/engine/
Dapply_updates_command_unittest.cc27 using syncable::GetEncryptedDataTypes;
327 EXPECT_EQ(encrypted_types, GetEncryptedDataTypes(&trans)); in TEST_F()
371 EXPECT_EQ(encrypted_types, GetEncryptedDataTypes(&trans)); in TEST_F()
447 EXPECT_EQ(encrypted_types, GetEncryptedDataTypes(&trans)); in TEST_F()
465 EXPECT_EQ(encrypted_types, GetEncryptedDataTypes(&trans)); in TEST_F()
545 EXPECT_EQ(encrypted_types, GetEncryptedDataTypes(&trans)); in TEST_F()
Dsyncapi_unittest.cc1073 GetEncryptedDataTypes(trans.GetWrappedTrans())); in TEST_F()
1129 GetEncryptedDataTypes(trans.GetWrappedTrans())); in TEST_F()
Dsyncapi.cc441 GetEncryptedDataTypes(GetTransaction()->GetWrappedTrans()); in EncryptIfNecessary()
2099 GetEncryptedDataTypes(trans->GetWrappedTrans()); in ReEncryptEverything()
/external/chromium/chrome/browser/sync/syncable/
Dnigori_util.h27 ModelTypeSet GetEncryptedDataTypes(BaseTransaction* const trans);
Dnigori_util.cc17 ModelTypeSet GetEncryptedDataTypes(BaseTransaction* const trans) { in GetEncryptedDataTypes() function
/external/chromium/chrome/browser/sync/glue/
Dextension_model_associator.cc64 GetEncryptedDataTypes(trans.GetWrappedTrans()); in CryptoReadyIfNecessary()
Dtheme_model_associator.cc100 sync_service_->GetEncryptedDataTypes(&encrypted_types); in CryptoReadyIfNecessary()
Dpreference_model_associator.cc333 sync_service_->GetEncryptedDataTypes(&encrypted_types); in CryptoReadyIfNecessary()
Dbookmark_model_associator.cc556 GetEncryptedDataTypes(trans.GetWrappedTrans()); in CryptoReadyIfNecessary()
Dautofill_profile_model_associator.cc511 sync_service_->GetEncryptedDataTypes(&encrypted_types); in CryptoReadyIfNecessary()
Dautofill_model_associator.cc585 sync_service_->GetEncryptedDataTypes(&encrypted_types); in CryptoReadyIfNecessary()
Dtyped_url_model_associator.cc494 sync_service_->GetEncryptedDataTypes(&encrypted_types); in CryptoReadyIfNecessary()
Dsession_model_associator.cc999 sync_service_->GetEncryptedDataTypes(&encrypted_types); in CryptoReadyIfNecessary()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_harness.cc605 service_->GetEncryptedDataTypes(&encrypted_types); in EnableEncryptionForType()
628 service_->GetEncryptedDataTypes(&encrypted_types); in IsTypeEncrypted()
Dprofile_sync_service.h450 virtual void GetEncryptedDataTypes(
Dprofile_sync_service.cc1127 void ProfileSyncService::GetEncryptedDataTypes( in GetEncryptedDataTypes() function in ProfileSyncService
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service.h399 virtual syncer::ModelTypeSet GetEncryptedDataTypes() const OVERRIDE;
Dprofile_sync_service_android.cc241 sync_service_->GetEncryptedDataTypes(); in IsPassphraseRequiredForDecryption()
Dprofile_sync_service.cc570 const syncer::ModelTypeSet encrypted_types = GetEncryptedDataTypes(); in IsEncryptedDatatypeEnabled()
2052 syncer::ModelTypeSet ProfileSyncService::GetEncryptedDataTypes() const { in GetEncryptedDataTypes() function in ProfileSyncService
/external/chromium_org/chrome/browser/sync/test/integration/
Dprofile_sync_service_harness.cc1046 << syncer::ModelTypeSetToString(service()->GetEncryptedDataTypes()); in IsEncryptionComplete()
/external/chromium_org/chrome/browser/autocomplete/
Dsearch_provider.cc2044 service->GetEncryptedDataTypes().Has(syncer::SESSIONS)) in CanSendURL()
Dsearch_provider_unittest.cc4001 syncer::ModelTypeSet encrypted_types = service->GetEncryptedDataTypes(); in TEST_F()