Home | History | Annotate | Download | only in sync

Lines Matching defs:model_type

887     syncable::ModelType model_type = syncable::ModelTypeFromInt(i);
888 if (!registered_types.count(model_type))
890 const char* pref_name = GetPrefNameForDataType(model_type);
894 preferred_types.count(model_type) != 0);
895 if (syncable::AUTOFILL == model_type) {
897 preferred_types.count(model_type) != 0);
918 syncable::ModelType model_type = syncable::ModelTypeFromInt(i);
919 if (!registered_types.count(model_type))
921 if (model_type == syncable::AUTOFILL_PROFILE)
923 const char* pref_name = GetPrefNameForDataType(model_type);
930 preferred_types->insert(model_type);
931 if (model_type == syncable::AUTOFILL) {