Home
last modified time | relevance | path

Searched refs:generated_specifics (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sync/syncable/
Dnigori_util.cc163 sync_pb::EntitySpecifics generated_specifics; in UpdateEntryWithEncryption() local
172 generated_specifics.CopyFrom(new_specifics); in UpdateEntryWithEncryption()
192 generated_specifics.CopyFrom(old_specifics); in UpdateEntryWithEncryption()
194 AddDefaultFieldValue(type, &generated_specifics); in UpdateEntryWithEncryption()
199 generated_specifics.mutable_encrypted())) { in UpdateEntryWithEncryption()
215 generated_specifics.SerializeAsString()) { in UpdateEntryWithEncryption()
221 if (generated_specifics.has_encrypted()) { in UpdateEntryWithEncryption()
228 generated_specifics.mutable_bookmark(); in UpdateEntryWithEncryption()
234 entry->PutSpecifics(generated_specifics); in UpdateEntryWithEncryption()