HomeSort by relevance Sort by last modified time
    Searched refs:entity_specifics (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sync/glue/
extension_sync_traits.cc 51 const sync_pb::EntitySpecifics& entity_specifics,
53 if (!entity_specifics.HasExtension(sync_pb::extension)) {
56 *extension_specifics = entity_specifics.GetExtension(sync_pb::extension);
113 const sync_pb::EntitySpecifics& entity_specifics,
115 if (!entity_specifics.HasExtension(sync_pb::app)) {
119 entity_specifics.GetExtension(sync_pb::app).extension();
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 509 sync_pb::EntitySpecifics entity_specifics; local
510 entity_specifics.MutableExtension(sync_pb::autofill)->CopyFrom(new_value);
511 EncryptIfNecessary(&entity_specifics);
512 PutSpecificsAndMarkForSyncing(entity_specifics);
523 sync_pb::EntitySpecifics entity_specifics; local
524 entity_specifics.MutableExtension(sync_pb::autofill_profile)->CopyFrom(
526 EncryptIfNecessary(&entity_specifics);
527 PutSpecificsAndMarkForSyncing(entity_specifics);
538 sync_pb::EntitySpecifics entity_specifics; local
539 entity_specifics.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value)
552 sync_pb::EntitySpecifics entity_specifics; local
611 sync_pb::EntitySpecifics entity_specifics; local
618 sync_pb::EntitySpecifics entity_specifics; local
638 sync_pb::EntitySpecifics entity_specifics; local
646 sync_pb::EntitySpecifics entity_specifics; local
654 sync_pb::EntitySpecifics entity_specifics; local
662 sync_pb::EntitySpecifics entity_specifics; local
670 sync_pb::EntitySpecifics entity_specifics; local
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.h 114 const sync_pb::EntitySpecifics& entity_specifics);
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 554 sync_pb::EntitySpecifics entity_specifics; local
555 entity_specifics.MutableExtension(sync_pb::autofill)->
571 item.Put(SPECIFICS, entity_specifics);
572 item.Put(SERVER_SPECIFICS, entity_specifics);
    [all...]

Completed in 290 milliseconds