Searched refs:new_specifics (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dnigori_util.h63 // Stores |new_specifics| into |entry|, encrypting if necessary.
65 // Note: gracefully handles new_specifics aliasing with entry->Get(SPECIFICS).
68 const sync_pb::EntitySpecifics& new_specifics,
H A Dnigori_util.cc151 const sync_pb::EntitySpecifics& new_specifics,
155 ModelType type = GetModelTypeFromSpecifics(new_specifics);
163 if (new_specifics.has_encrypted()) {
167 if ((!SpecificsNeedsEncryption(encrypted_types, new_specifics) &&
171 generated_specifics.CopyFrom(new_specifics);
173 // Encrypt new_specifics into generated_specifics.
197 if (!cryptographer->Encrypt(new_specifics,
149 UpdateEntryWithEncryption( BaseTransaction* const trans, const sync_pb::EntitySpecifics& new_specifics, syncable::MutableEntry* entry) argument
/external/chromium/chrome/browser/sync/syncable/
H A Dnigori_util.cc85 sync_pb::EntitySpecifics new_specifics; local
93 AddDefaultExtensionValue(type, &new_specifics);
96 new_specifics.mutable_encrypted())) {
104 entry.Put(SPECIFICS, new_specifics);
110 &new_specifics)) {
118 entry.Put(SPECIFICS, new_specifics);
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates.cc140 sync_pb::EntitySpecifics new_specifics = entry->Get(SERVER_SPECIFICS); local
141 sync_pb::NigoriSpecifics* new_nigori = new_specifics.mutable_nigori();
191 entry->Put(SPECIFICS, new_specifics);
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc727 sync_pb::EntitySpecifics new_specifics; local
729 new_specifics.mutable_favicon_image();
738 new_specifics)));
741 sync_pb::EntitySpecifics new_specifics; local
743 new_specifics.mutable_favicon_tracking();
752 new_specifics)));
836 sync_pb::EntitySpecifics new_specifics; local
867 BuildImageSpecifics(favicon_info, new_specifics.mutable_favicon_image());
891 new_specifics.mutable_favicon_tracking());
896 if (new_specifics
[all...]
/external/chromium_org/sync/internal_api/
H A Dwrite_node.cc236 sync_pb::EntitySpecifics new_specifics; local
237 new_specifics.CopyFrom(new_value);
238 new_specifics.mutable_unknown_fields()->MergeFrom(
243 new_specifics,
/external/chromium_org/sync/internal_api/public/
H A Dchange_record_unittest.cc79 sync_pb::EntitySpecifics new_specifics; local

Completed in 524 milliseconds