Home | History | Annotate | Download | only in syncable

Lines Matching refs:specifics

30   const sync_pb::EntitySpecifics& specifics = entry.Get(SPECIFICS);
32 specifics.GetExtension(sync_pb::nigori));
86 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS);
104 entry.Put(SPECIFICS, new_specifics);
118 entry.Put(SPECIFICS, new_specifics);
136 const sync_pb::EntitySpecifics& entry_specifics = entry.Get(SPECIFICS);
184 const sync_pb::EntitySpecifics& specifics = child.Get(SPECIFICS);
186 DCHECK_EQ(type, GetModelTypeFromSpecifics(specifics));
187 if (specifics.has_encrypted() != is_encrypted)