Home | History | Annotate | Download | only in testserver

Lines Matching full:specifics

210   entry_types = GetEntryTypesFromSpecifics(entry.specifics)
221 def GetEntryTypesFromSpecifics(specifics):
224 If the specifics have more than one recognized data type field (as commonly
230 specifics: A EntitySpecifics protobuf message whose extensions to
234 recognized extension of the specifics message.
238 if specifics.HasField(field_descriptor.name)]
312 specifics = sync_pb2.EntitySpecifics()
315 getattr(specifics, descriptor.name).SetInParent()
316 return specifics
707 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(spec.sync_type))
961 tombstone.specifics.CopyFrom(GetDefaultEntitySpecifics(datatype))
1051 if (nigori_original.specifics.nigori.sync_tab_favicons):
1054 nigori_new.specifics.nigori.sync_tabs = True
1090 keystore_entry.specifics.CopyFrom(GetDefaultEntitySpecifics(EXPERIMENTS))
1093 keystore_entry.specifics.experiments.keystore_encryption.enabled = True
1123 if entry.specifics.HasField('managed_user')
1124 and not entry.specifics.managed_user.acknowledged]
1126 user.specifics.managed_user.acknowledged = True
1143 entry.specifics.CopyFrom(GetDefaultEntitySpecifics(EXPERIMENTS))
1145 entry.specifics.experiments.pre_commit_update_avoidance.enabled = True
1177 specifics = self._CreateSyncedNotificationEntitySpecifics(
1182 entity.specifics.CopyFrom(specifics)
1195 specifics.synced_notification.coalesced_notification.key)
1212 specifics = sync_pb2.EntitySpecifics()
1216 specifics.synced_notification.CopyFrom(notification_specifics)
1218 return specifics
1231 specifics = synced_notification_specifics_pb2.SyncedNotificationSpecifics()
1232 serialized_type.synced_notification.CopyFrom(specifics)