Searched refs:ModelTypeSetToValue (Results 1 – 12 of 12) sorted by relevance
39 TEST_F(ModelTypeTest, ModelTypeSetToValue) { in TEST_F() argument42 scoped_ptr<base::ListValue> value(ModelTypeSetToValue(model_types)); in TEST_F()54 scoped_ptr<base::ListValue> value(ModelTypeSetToValue(model_types)); in TEST_F()60 value.reset(ModelTypeSetToValue(model_types)); in TEST_F()
688 base::ListValue* ModelTypeSetToValue(ModelTypeSet model_types) { in ModelTypeSetToValue() function
56 TEST_F(ModelTypeTest, ModelTypeSetToValue) { in TEST_F() argument61 scoped_ptr<ListValue> value(ModelTypeSetToValue(model_types)); in TEST_F()
133 ListValue* ModelTypeSetToValue(const ModelTypeSet& model_types);
302 ListValue* ModelTypeSetToValue(const ModelTypeSet& model_types) { in ModelTypeSetToValue() function
96 return_args.Append(syncable::ModelTypeSetToValue(encrypted_types)); in OnEncryptionComplete()104 return_args.Append(syncable::ModelTypeSetToValue(types)); in OnMigrationNeededForTypes()
74 details.Set("restoredTypes", ModelTypeSetToValue(restored_types)); in OnInitializationComplete()
96 ModelTypeSetToValue(models_with_changes)); in OnTransactionWrite()
72 ModelTypeSetToValue(encrypted_types)); in OnEncryptedTypesChanged()
63 expected_details.Set("restoredTypes", ModelTypeSetToValue(restored_types)); in TEST_F()
280 SYNC_EXPORT base::ListValue* ModelTypeSetToValue(ModelTypeSet model_types);
134 syncer::ModelTypeSetToValue(model_set), in RegisterProfilePrefs()373 syncer::ModelTypeSetToValue(acknowledged_types)); in AcknowledgeSyncedTypes()