Home
last modified time | relevance | path

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

/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