Lines Matching defs:entity_specifics
509 sync_pb::EntitySpecifics entity_specifics;
510 entity_specifics.MutableExtension(sync_pb::autofill)->CopyFrom(new_value);
511 EncryptIfNecessary(&entity_specifics);
512 PutSpecificsAndMarkForSyncing(entity_specifics);
523 sync_pb::EntitySpecifics entity_specifics;
524 entity_specifics.MutableExtension(sync_pb::autofill_profile)->CopyFrom(
526 EncryptIfNecessary(&entity_specifics);
527 PutSpecificsAndMarkForSyncing(entity_specifics);
538 sync_pb::EntitySpecifics entity_specifics;
539 entity_specifics.MutableExtension(sync_pb::bookmark)->CopyFrom(new_value);
540 EncryptIfNecessary(&entity_specifics);
541 PutSpecificsAndMarkForSyncing(entity_specifics);
552 sync_pb::EntitySpecifics entity_specifics;
553 entity_specifics.MutableExtension(sync_pb::nigori)->CopyFrom(new_value);
554 PutSpecificsAndMarkForSyncing(entity_specifics);
611 sync_pb::EntitySpecifics entity_specifics;
612 entity_specifics.MutableExtension(sync_pb::password)->CopyFrom(new_value);
613 PutSpecificsAndMarkForSyncing(entity_specifics);
618 sync_pb::EntitySpecifics entity_specifics;
619 entity_specifics.MutableExtension(sync_pb::preference)->CopyFrom(new_value);
620 EncryptIfNecessary(&entity_specifics);
621 PutSpecificsAndMarkForSyncing(entity_specifics);
638 sync_pb::EntitySpecifics entity_specifics;
639 entity_specifics.MutableExtension(sync_pb::app)->CopyFrom(new_value);
640 EncryptIfNecessary(&entity_specifics);
641 PutSpecificsAndMarkForSyncing(entity_specifics);
646 sync_pb::EntitySpecifics entity_specifics;
647 entity_specifics.MutableExtension(sync_pb::theme)->CopyFrom(new_value);
648 EncryptIfNecessary(&entity_specifics);
649 PutSpecificsAndMarkForSyncing(entity_specifics);
654 sync_pb::EntitySpecifics entity_specifics;
655 entity_specifics.MutableExtension(sync_pb::typed_url)->CopyFrom(new_value);
656 EncryptIfNecessary(&entity_specifics);
657 PutSpecificsAndMarkForSyncing(entity_specifics);
662 sync_pb::EntitySpecifics entity_specifics;
663 entity_specifics.MutableExtension(sync_pb::extension)->CopyFrom(new_value);
664 EncryptIfNecessary(&entity_specifics);
665 PutSpecificsAndMarkForSyncing(entity_specifics);
670 sync_pb::EntitySpecifics entity_specifics;
671 entity_specifics.MutableExtension(sync_pb::session)->CopyFrom(new_value);
672 EncryptIfNecessary(&entity_specifics);
673 PutSpecificsAndMarkForSyncing(entity_specifics);