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

1 2

  /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...]
syncable_unittest.cc 69 sync_pb::EntitySpecifics specifics; local
70 specifics.MutableExtension(sync_pb::bookmark)->set_url("http://demo/");
71 specifics.MutableExtension(sync_pb::bookmark)->set_favicon(bytes,
73 e->Put(SPECIFICS, specifics);
81 ASSERT_TRUE(e->Get(SPECIFICS).HasExtension(sync_pb::bookmark));
83 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).url());
85 e->Get(SPECIFICS).GetExtension(sync_pb::bookmark).favicon());
431 e.Put(SPECIFICS, specs);
537 item1.Put(SPECIFICS, bookmark_specs)
1099 sync_pb::EntitySpecifics specifics; local
1300 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...]
process_commit_response_command_unittest.cc 107 entry.Put(syncable::SPECIFICS, default_specifics);
155 entity->mutable_specifics()->CopyFrom(entry.Get(syncable::SPECIFICS));
syncer_util.cc 60 using syncable::SPECIFICS;
293 const sync_pb::EntitySpecifics& specifics = entry->Get(SERVER_SPECIFICS); local
294 if (specifics.HasExtension(sync_pb::nigori)) {
296 specifics.GetExtension(sync_pb::nigori);
336 if (specifics.has_encrypted() &&
337 !cryptographer->CanDecrypt(specifics.encrypted())) {
340 } else if (specifics.HasExtension(sync_pb::password)) {
343 specifics.GetExtension(sync_pb::password);
431 target->Put(SERVER_SPECIFICS, update.specifics());
510 if (entry->Get(SPECIFICS).SerializeAsString() !
    [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);
mutable_entry.cc 40 // Normally the SPECIFICS setting code is wrapped in logic to deal with
44 sync_pb::EntitySpecifics specifics; local
45 AddDefaultFieldValue(model_type, &specifics);
46 kernel->put(SPECIFICS, specifics);
207 if (kernel_->ref(SPECIFICS).SerializeAsString() !=
209 kernel_->put(SPECIFICS, value);
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...]
entry.h 176 return kernel_->ref(SPECIFICS);
entry_kernel.h 139 SPECIFICS = PROTO_FIELDS_BEGIN,
319 // encrypted specifics. If it is NULL or the specifics are not decryptsble,
  /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);
js_sync_manager_observer_unittest.cc 241 changes[i].specifics = node.GetEntry()->Get(syncable::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;
sync_manager_impl.cc 58 using syncable::SPECIFICS;
246 const sync_pb::EntitySpecifics& a_specifics = a.ref(SPECIFICS);
247 const sync_pb::EntitySpecifics& b_specifics = b.ref(SPECIFICS);
259 a.ref(syncable::SPECIFICS),
260 b.ref(syncable::SPECIFICS))) {
263 // We only care if the name has changed if neither specifics is encrypted
797 GetModelTypeFromSpecifics(it->second.mutated.ref(SPECIFICS));
830 sync_pb::EntitySpecifics original_specifics(original.ref(SPECIFICS));
841 // All other datatypes can just create a new unencrypted specifics and
874 GetModelTypeFromSpecifics(it->second.mutated.ref(SPECIFICS));
    [all...]
base_node.cc 32 using syncable::SPECIFICS;
69 const sync_pb::EntitySpecifics& specifics = local
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);
105 const sync_pb::EncryptedData& encrypted = specifics.encrypted()
130 const sync_pb::EntitySpecifics& specifics = entry->GetSpecifics(); local
    [all...]
  /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) {
  /external/chromium_org/sync/engine/
apply_control_data_updates.cc 24 using syncable::SPECIFICS;
commit_util.cc 40 using syncable::SPECIFICS;
92 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
292 local_entry->PutServerSpecifics(committed_entry.specifics());

Completed in 660 milliseconds

1 2