Searched refs:entity_specifics (Results 1 – 4 of 4) sorted by relevance
51 const sync_pb::EntitySpecifics& entity_specifics, in GetExtensionSpecificsFromEntity() argument53 if (!entity_specifics.HasExtension(sync_pb::extension)) { in GetExtensionSpecificsFromEntity()56 *extension_specifics = entity_specifics.GetExtension(sync_pb::extension); in GetExtensionSpecificsFromEntity()113 const sync_pb::EntitySpecifics& entity_specifics, in GetExtensionSpecificsFromEntityOfApp() argument115 if (!entity_specifics.HasExtension(sync_pb::app)) { in GetExtensionSpecificsFromEntityOfApp()119 entity_specifics.GetExtension(sync_pb::app).extension(); in GetExtensionSpecificsFromEntityOfApp()
509 sync_pb::EntitySpecifics entity_specifics; in PutAutofillSpecificsAndMarkForSyncing() local510 entity_specifics.MutableExtension(sync_pb::autofill)->CopyFrom(new_value); in PutAutofillSpecificsAndMarkForSyncing()511 EncryptIfNecessary(&entity_specifics); in PutAutofillSpecificsAndMarkForSyncing()512 PutSpecificsAndMarkForSyncing(entity_specifics); in PutAutofillSpecificsAndMarkForSyncing()523 sync_pb::EntitySpecifics entity_specifics; in PutAutofillProfileSpecificsAndMarkForSyncing() local524 entity_specifics.MutableExtension(sync_pb::autofill_profile)->CopyFrom( in PutAutofillProfileSpecificsAndMarkForSyncing()526 EncryptIfNecessary(&entity_specifics); in PutAutofillProfileSpecificsAndMarkForSyncing()527 PutSpecificsAndMarkForSyncing(entity_specifics); in PutAutofillProfileSpecificsAndMarkForSyncing()538 sync_pb::EntitySpecifics entity_specifics; in PutBookmarkSpecificsAndMarkForSyncing() local539 entity_specifics.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value); in PutBookmarkSpecificsAndMarkForSyncing()[all …]
114 const sync_pb::EntitySpecifics& entity_specifics);
554 sync_pb::EntitySpecifics entity_specifics; in Update() local555 entity_specifics.MutableExtension(sync_pb::autofill)-> in Update()571 item.Put(SPECIFICS, entity_specifics); in Update()572 item.Put(SERVER_SPECIFICS, entity_specifics); in Update()