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

1 2 3

  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 30 const sync_pb::EntitySpecifics& specifics = entry.Get(SPECIFICS); local
32 specifics.GetExtension(sync_pb::nigori));
86 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS);
104 entry.Put(SPECIFICS, new_specifics);
118 entry.Put(SPECIFICS, new_specifics);
136 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS);
184 const sync_pb::EntitySpecifics& specifics = child.Get(SPECIFICS); local
186 DCHECK_EQ(type, GetModelTypeFromSpecifics(specifics));
    [all...]
syncable_enum_conversions.cc 128 ASSERT_ENUM_BOUNDS(SPECIFICS, SERVER_SPECIFICS,
131 ENUM_CASE(SPECIFICS);
directory_backing_store_unittest.cc 327 "server_bookmark_favicon blob, specifics blob, "
457 "specifics blob,server_specifics blob);"
1002 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
build_commit_command.cc 25 using syncable::SPECIFICS;
61 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
68 DCHECK(meta_entry->Get(SPECIFICS).HasExtension(sync_pb::bookmark));
76 meta_entry->Get(SPECIFICS).GetExtension(sync_pb::bookmark);
174 if (meta_entry.Get(SPECIFICS).HasExtension(sync_pb::bookmark)) {
syncer_unittest.cc 88 using syncable::SPECIFICS;
216 sync_pb::EntitySpecifics specifics; local
217 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/");
218 specifics.MutableExtension(sync_pb::bookmark)->set_favicon("PNG");
219 entry->Put(syncable::SPECIFICS, specifics);
228 const sync_pb::EntitySpecifics& specifics = entry->Get(syncable::SPECIFICS); local
229 EXPECT_TRUE(specifics.HasExtension(sync_pb::bookmark));
230 EXPECT_EQ("PNG", specifics.GetExtension(sync_pb::bookmark).favicon())
    [all...]
syncapi.cc 97 using syncable::SPECIFICS;
202 const sync_pb::EntitySpecifics& specifics, Cryptographer* crypto) {
203 if (!specifics.HasExtension(sync_pb::password))
206 specifics.GetExtension(sync_pb::password);
219 const sync_pb::EntitySpecifics& specifics = local
220 entry->Get(syncable::SPECIFICS);
221 if (specifics.HasExtension(sync_pb::password)) {
224 specifics, GetTransaction()->GetCryptographer()));
232 if (!specifics.has_encrypted())
236 specifics.encrypted()
251 const sync_pb::EntitySpecifics& specifics = entry->Get(SPECIFICS); local
750 sync_pb::EntitySpecifics specifics; local
1103 const sync_pb::EntitySpecifics& specifics = GetEntry()->Get(SPECIFICS); local
    [all...]
  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 24 using syncable::SPECIFICS;
135 entry->Get(SPECIFICS);
191 entry->Put(SPECIFICS, new_specifics);
conflict_resolver.cc 73 // an undecryptable update that only changed specifics, and since then have
74 // not received any further non-specifics-only or decryptable updates.
75 // d) If the server_specifics match specifics, server_specifics are
110 const sync_pb::EntitySpecifics& specifics = local
111 entry.Get(syncable::SPECIFICS);
119 if (specifics.has_encrypted()) {
120 DCHECK(cryptographer->CanDecryptUsingDefaultKey(specifics.encrypted()));
122 specifics.encrypted());
124 decrypted_specifics = specifics.SerializeAsString();
136 server_encrypted_with_default_key == specifics.has_encrypted())
    [all...]
build_commit_command.cc 38 using syncable::SPECIFICS;
104 sync_entry->mutable_specifics()->CopyFrom(meta_entry->Get(SPECIFICS));
107 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
203 if (meta_entry.Get(SPECIFICS).has_bookmark()) {
syncer_unittest.cc 103 using syncable::SPECIFICS;
254 sync_pb::EntitySpecifics specifics; local
255 specifics.mutable_bookmark()->set_url("http://demo/");
256 specifics.mutable_bookmark()->set_favicon("PNG");
257 entry->Put(syncable::SPECIFICS, specifics);
266 const sync_pb::EntitySpecifics& specifics = entry->Get(syncable::SPECIFICS); local
267 EXPECT_TRUE(specifics.has_bookmark());
268 EXPECT_EQ("PNG", specifics.bookmark().favicon())
736 sync_pb::EntitySpecifics specifics; local
849 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/sync/syncable/
syncable_delete_journal.cc 35 GetModelTypeFromSpecifics(entry.ref(SPECIFICS))))) {
74 GetModelTypeFromSpecifics((*it)->ref(SPECIFICS)) == type) {
107 (*it)->ref(SPECIFICS)))) {
syncable_enum_conversions.cc 138 ASSERT_ENUM_BOUNDS(SPECIFICS, BASE_SERVER_SPECIFICS,
141 ENUM_CASE(SPECIFICS);
nigori_util.cc 40 const sync_pb::EntitySpecifics& specifics = entry.Get(SPECIFICS); local
43 if (!SpecificsNeedsEncryption(encrypted_types, specifics))
45 if (!UpdateEntryWithEncryption(trans, specifics, &entry))
78 return SpecificsNeedsEncryption(encrypted_types, entry.Get(SPECIFICS)) ||
84 const sync_pb::EntitySpecifics& specifics) {
85 const ModelType type = GetModelTypeFromSpecifics(specifics);
90 return !specifics.has_encrypted();
129 const sync_pb::EntitySpecifics& specifics = child.Get(SPECIFICS); local
    [all...]
entry_kernel.cc 25 ModelType specifics_type = GetModelTypeFromSpecifics(ref(SPECIFICS));
55 return (GetModelTypeFromSpecifics(ref(SPECIFICS)) == syncer::BOOKMARKS)
directory_backing_store_unittest.cc 637 "server_bookmark_favicon blob, specifics blob, "
2566 sync_pb::EntitySpecifics specifics; local
    [all...]
syncable_write_transaction.cc 130 ModelType type = GetModelTypeFromSpecifics(entry.Get(SPECIFICS));
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 35 using syncable::SPECIFICS;
91 sync_pb::EntitySpecifics specifics; local
92 syncable::AddDefaultExtensionValue(model_type, &specifics);
93 node.Put(SPECIFICS, specifics);
  /external/chromium_org/sync/internal_api/
delete_journal.cc 26 const sync_pb::EntitySpecifics& specifics = (*i)->ref( local
27 syncer::syncable::SPECIFICS);
28 if (!specifics.has_encrypted()) {
29 delete_journal_list->back().specifics = specifics;
32 specifics.encrypted());
40 delete_journal_list->back().specifics = unencrypted_data;
write_node.cc 32 using syncable::SPECIFICS;
48 // specifics are already encrypted, we want to ensure we continue encrypting.
50 entry_->Get(SPECIFICS).has_encrypted();
55 // into the specifics. All strings compared are server legal strings.
66 entry_->Get(syncable::SPECIFICS).has_encrypted()) {
67 // Encrypted bookmarks only have their title in the unencrypted specifics.
71 // specifics) store their title in NON_UNIQUE_NAME. Non-legacy bookmarks
72 // store their title in specifics as well as NON_UNIQUE_NAME.
87 // For bookmarks, we also set the title field in the specifics.
90 sync_pb::EntitySpecifics specifics = GetEntitySpecifics() local
    [all...]
base_node.cc 32 using syncable::SPECIFICS;
69 const sync_pb::EntitySpecifics& specifics = local
70 GetEntry()->Get(syncable::SPECIFICS);
71 if (specifics.has_password()) {
74 specifics, GetTransaction()->GetCryptographer()));
76 LOG(ERROR) << "Failed to decrypt password specifics.";
86 // we fill the unencrypted_data_ with a copy of the bookmark specifics that
88 if (!specifics.has_encrypted()) {
90 !specifics.bookmark().has_title() &&
98 unencrypted_data_.CopyFrom(specifics);
130 const sync_pb::EntitySpecifics& specifics = entry->Get(SPECIFICS); local
    [all...]
sync_manager_impl.cc 57 using syncable::SPECIFICS;
245 const sync_pb::EntitySpecifics& a_specifics = a.ref(SPECIFICS);
246 const sync_pb::EntitySpecifics& b_specifics = b.ref(SPECIFICS);
258 a.ref(syncable::SPECIFICS),
259 b.ref(syncable::SPECIFICS))) {
262 // We only care if the name has changed if neither specifics is encrypted
795 GetModelTypeFromSpecifics(it->second.mutated.ref(SPECIFICS));
828 sync_pb::EntitySpecifics original_specifics(original.ref(SPECIFICS));
839 // All other datatypes can just create a new unencrypted specifics and
872 GetModelTypeFromSpecifics(it->second.mutated.ref(SPECIFICS));
    [all...]
  /external/chromium_org/sync/internal_api/test/
test_entry_factory.cc 33 const sync_pb::EntitySpecifics& specifics,
45 entry.Put(syncable::SERVER_SPECIFICS, specifics);
51 const sync_pb::EntitySpecifics& specifics,
63 entry.Put(syncable::SERVER_SPECIFICS, specifics);
70 const sync_pb::EntitySpecifics& specifics,
81 entry.Put(syncable::SERVER_SPECIFICS, specifics);
84 ModelTypeToRootTag(GetModelTypeFromSpecifics(specifics)));
113 entry.Put(syncable::SPECIFICS, default_specifics);
173 entry.Put(syncable::SERVER_SPECIFICS, entry.Get(syncable::SPECIFICS));
181 sync_pb::EntitySpecifics specifics; local
    [all...]
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 87 sync_pb::EntitySpecifics specifics; local
88 syncer::AddDefaultFieldValue(type, &specifics);
89 node.Put(syncable::SERVER_SPECIFICS, specifics);
90 node.Put(syncable::SPECIFICS, specifics);
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_model_associator_unittest.cc 100 sync_pb::EntitySpecifics specifics; local
103 specifics.MutableExtension(sync_pb::autofill_profile);
115 kernel.put(syncable::SPECIFICS, specifics);
181 sync_pb::EntitySpecifics specifics; local
184 specifics.MutableExtension(sync_pb::autofill_profile);
190 kernel.put(syncable::SPECIFICS, specifics);
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 49 'SPECIFICS',
69 } else if ((field == 'SERVER_SPECIFICS' || field == 'SPECIFICS') &&
70 $('include-specifics').checked) {

Completed in 399 milliseconds

1 2 3