Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/glue/
Dextension_sync_traits.cc51 const sync_pb::EntitySpecifics& entity_specifics, in GetExtensionSpecificsFromEntity() argument
53 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() argument
115 if (!entity_specifics.HasExtension(sync_pb::app)) { in GetExtensionSpecificsFromEntityOfApp()
119 entity_specifics.GetExtension(sync_pb::app).extension(); in GetExtensionSpecificsFromEntityOfApp()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc509 sync_pb::EntitySpecifics entity_specifics; in PutAutofillSpecificsAndMarkForSyncing() local
510 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() local
524 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() local
539 entity_specifics.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value); in PutBookmarkSpecificsAndMarkForSyncing()
[all …]
/external/chromium/chrome/browser/sync/protocol/
Dproto_value_conversions.h114 const sync_pb::EntitySpecifics& entity_specifics);
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc554 sync_pb::EntitySpecifics entity_specifics; in Update() local
555 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()