HomeSort by relevance Sort by last modified time
    Searched refs:encrypted_types (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/sync/syncable/
nigori_util_unittest.cc 17 ModelTypeSet encrypted_types; local
18 encrypted_types.Put(BOOKMARKS);
19 encrypted_types.Put(PASSWORDS);
23 EXPECT_FALSE(SpecificsNeedsEncryption(encrypted_types, specifics));
26 EXPECT_FALSE(SpecificsNeedsEncryption(encrypted_types, specifics));
30 EXPECT_TRUE(SpecificsNeedsEncryption(encrypted_types, bookmark_specifics));
34 EXPECT_TRUE(SpecificsNeedsEncryption(encrypted_types, bookmark_specifics));
38 EXPECT_FALSE(SpecificsNeedsEncryption(encrypted_types, bookmark_specifics));
43 EXPECT_FALSE(SpecificsNeedsEncryption(encrypted_types, password_specifics));
nigori_util.cc 26 ModelTypeSet encrypted_types = nigori_handler->GetEncryptedTypes(trans); local
43 if (!SpecificsNeedsEncryption(encrypted_types, specifics))
53 ModelTypeSet encrypted_types) {
62 if (EntryNeedsEncryption(encrypted_types, entry))
68 bool EntryNeedsEncryption(ModelTypeSet encrypted_types,
78 return SpecificsNeedsEncryption(encrypted_types, entry.GetSpecifics()) ||
79 (encrypted_types.Has(type) &&
83 bool SpecificsNeedsEncryption(ModelTypeSet encrypted_types,
88 if (!encrypted_types.Has(type))
157 const ModelTypeSet encrypted_types local
    [all...]
nigori_util.h 32 // |encrypted_types|.
39 ModelTypeSet encrypted_types);
42 // or unencrypted, based on |encrypted_types|.
49 bool EntryNeedsEncryption(ModelTypeSet encrypted_types,
54 ModelTypeSet encrypted_types,
71 // Updates |nigori| to match the encryption state specified by |encrypted_types|
74 ModelTypeSet encrypted_types,
  /external/chromium_org/sync/internal_api/
js_sync_encryption_handler_observer_unittest.cc 118 ModelTypeSet encrypted_types; local
122 encrypted_types.Put(type);
132 encrypted_types, encrypt_everything);
143 ModelTypeSet encrypted_types; local
js_sync_encryption_handler_observer.h 44 ModelTypeSet encrypted_types,
js_sync_encryption_handler_observer.cc 64 ModelTypeSet encrypted_types,
71 ModelTypeSetToValue(encrypted_types));
sync_encryption_handler_impl.cc 200 ModelTypeSet encrypted_types)
202 encrypted_types(encrypted_types) {
305 UnlockVault(trans.GetWrappedTrans()).encrypted_types,
669 syncable::UpdateNigoriFromEncryptedTypes(UnlockVault(trans).encrypted_types,
751 return UnlockVault(trans).encrypted_types;
761 return vault_unsafe_.encrypted_types;
1063 ModelTypeSet* encrypted_types = &UnlockVaultMutable(trans)->encrypted_types; local
1268 ModelTypeSet* encrypted_types = &UnlockVaultMutable(trans)->encrypted_types; local
1550 ModelTypeSet* encrypted_types = &UnlockVaultMutable(trans)->encrypted_types; local
    [all...]
sync_encryption_handler_impl.h 129 Vault(Encryptor* encryptor, ModelTypeSet encrypted_types);
135 ModelTypeSet encrypted_types; member in struct:syncer::SyncEncryptionHandlerImpl::Vault
debug_info_event_listener.h 65 ModelTypeSet encrypted_types,
sync_encryption_handler_impl_unittest.cc 356 ModelTypeSet encrypted_types(SyncEncryptionHandler::SensitiveTypes());
360 encrypted_types,
367 EXPECT_TRUE(encrypted_types.Equals(
369 EXPECT_TRUE(encrypted_types.Equals(
385 encrypted_types = EncryptableUserTypes();
389 encrypted_types,
396 EXPECT_TRUE(encrypted_types.Equals(
398 EXPECT_TRUE(encrypted_types.Equals(handler2.GetEncryptedTypesUnsafe()));
409 EXPECT_TRUE(encrypted_types.Equals(
424 ModelTypeSet encrypted_types local
460 ModelTypeSet encrypted_types = local
504 ModelTypeSet encrypted_types = local
537 ModelTypeSet encrypted_types = EncryptableUserTypes(); local
    [all...]
debug_info_event_listener.cc 87 ModelTypeSet encrypted_types,
sync_manager_impl.h 124 ModelTypeSet encrypted_types,
  /external/chromium_org/sync/internal_api/public/engine/
sync_status.h 72 ModelTypeSet encrypted_types; member in struct:syncer::SyncStatus
  /external/chromium_org/sync/engine/
apply_control_data_updates_unittest.cc 68 ModelTypeSet encrypted_types; local
69 encrypted_types.PutAll(SyncEncryptionHandler::SensitiveTypes());
75 .Equals(encrypted_types));
111 ModelTypeSet encrypted_types; local
112 encrypted_types.PutAll(SyncEncryptionHandler::SensitiveTypes());
117 .Equals(encrypted_types));
119 // With default encrypted_types, this should be true.
120 EXPECT_TRUE(VerifyUnsyncedChangesAreEncrypted(&trans, encrypted_types));
154 encrypted_types.Put(BOOKMARKS);
163 EXPECT_FALSE(VerifyUnsyncedChangesAreEncrypted(&trans, encrypted_types));
223 ModelTypeSet encrypted_types; local
    [all...]
get_commit_ids.cc 35 ModelTypeSet encrypted_types,
66 ModelTypeSet encrypted_types; local
70 encrypted_types = dir->GetNigoriHandler()->GetEncryptedTypes(trans);
80 encrypted_types,
128 ModelTypeSet encrypted_types,
139 if ((type != NIGORI) && encrypted_types.Has(type) &&
141 syncable::EntryNeedsEncryption(encrypted_types, entry))) {
192 ModelTypeSet encrypted_types,
205 encrypted_types,
all_status.cc 127 status_.encrypted_types = types;
  /external/chromium_org/sync/internal_api/public/
sync_encryption_handler.h 96 // |encrypted_types| will always be a superset of
98 // true, |encrypted_types| will be the set of all known types.
104 ModelTypeSet encrypted_types,
  /external/chromium_org/components/sync_driver/
sync_frontend.h 117 // |encrypted_types| will always be a superset of
119 // true, |encrypted_types| will be the set of all known types.
125 syncer::ModelTypeSet encrypted_types,
data_type_manager_impl.cc 29 GenerateCryptoErrorsForTypes(syncer::ModelTypeSet encrypted_types) {
31 for (syncer::ModelTypeSet::Iterator iter = encrypted_types.First();
240 syncer::ModelTypeSet encrypted_types = local
242 encrypted_types.RetainAll(last_requested_types_);
243 encrypted_types.RemoveAll(
246 GenerateCryptoErrorsForTypes(encrypted_types);
generic_change_processor.cc 602 syncer::ModelTypeSet encrypted_types(trans.GetEncryptedTypes());
607 const bool agreement = encrypted_types.Has(type_);
693 const syncer::ModelTypeSet encrypted_types = trans.GetEncryptedTypes(); local
694 return !encrypted_types.Has(type_) || trans.GetCryptographer()->is_ready();
  /external/chromium_org/sync/sessions/
model_type_registry.h 80 virtual void OnEncryptedTypesChanged(ModelTypeSet encrypted_types,
model_type_registry.cc 319 void ModelTypeRegistry::OnEncryptedTypesChanged(ModelTypeSet encrypted_types,
321 encrypted_types_ = encrypted_types;
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 267 StringSyncStat encrypted_types(section_encryption, "Encrypted Types");
386 encrypted_types.SetValue(
387 ModelTypeSetToString(full_status.encrypted_types));
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h 117 syncer::ModelTypeSet encrypted_types,
sync_backend_host_impl.h 275 syncer::ModelTypeSet encrypted_types,

Completed in 537 milliseconds

1 2