Searched refs:sync_entity (Results 1 – 2 of 2) sorted by relevance
121 const browser_sync::SyncEntity& sync_entity = in GetModelType() local123 DCHECK(!sync_entity.id().IsRoot()); // Root shouldn't ever go over the wire. in GetModelType()125 if (sync_entity.deleted()) in GetModelType()129 if (sync_entity.has_bookmarkdata()) in GetModelType()132 ModelType specifics_type = GetModelTypeFromSpecifics(sync_entity.specifics()); in GetModelType()138 if (!sync_entity.server_defined_unique_tag().empty() && in GetModelType()139 sync_entity.IsFolder()) { in GetModelType()
92 ModelType GetModelType(const sync_pb::SyncEntity& sync_entity);