Searched defs:new_specifics (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/sync/internal_api/public/
H A Dchange_record_unittest.cc79 sync_pb::EntitySpecifics new_specifics; local
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc137 sync_pb::EntitySpecifics new_specifics = entry->GetServerSpecifics(); local
138 sync_pb::NigoriSpecifics* new_nigori = new_specifics.mutable_nigori();
188 entry->PutSpecifics(new_specifics);
/external/chromium_org/sync/syncable/
H A Dnigori_util.cc150 const sync_pb::EntitySpecifics& new_specifics,
154 ModelType type = GetModelTypeFromSpecifics(new_specifics);
164 if (new_specifics.has_encrypted()) {
168 if ((!SpecificsNeedsEncryption(encrypted_types, new_specifics) &&
172 generated_specifics.CopyFrom(new_specifics);
174 // Encrypt new_specifics into generated_specifics.
198 if (!cryptographer->Encrypt(new_specifics,
148 UpdateEntryWithEncryption( BaseTransaction* const trans, const sync_pb::EntitySpecifics& new_specifics, syncable::MutableEntry* entry) argument
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc223 sync_pb::EntitySpecifics new_specifics; local
224 new_specifics.CopyFrom(new_value);
225 new_specifics.mutable_unknown_fields()->MergeFrom(
230 new_specifics,
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc708 sync_pb::EntitySpecifics new_specifics; local
710 new_specifics.mutable_favicon_image();
719 new_specifics)));
722 sync_pb::EntitySpecifics new_specifics; local
724 new_specifics.mutable_favicon_tracking();
733 new_specifics)));
817 sync_pb::EntitySpecifics new_specifics; local
848 BuildImageSpecifics(favicon_info, new_specifics.mutable_favicon_image());
872 new_specifics.mutable_favicon_tracking());
877 if (new_specifics
[all...]

Completed in 131 milliseconds