Home | History | Annotate | Download | only in prefs

Lines Matching refs:store

30   // These take ownership of the |store| parameter.
31 PrefServiceMockBuilder& WithManagedPlatformPrefs(PrefStore* store);
32 PrefServiceMockBuilder& WithManagedCloudPrefs(PrefStore* store);
33 PrefServiceMockBuilder& WithExtensionPrefs(PrefStore* store);
34 PrefServiceMockBuilder& WithCommandLinePrefs(PrefStore* store);
35 PrefServiceMockBuilder& WithUserPrefs(PersistentPrefStore* store);
36 PrefServiceMockBuilder& WithRecommendedPlatformPrefs(PrefStore* store);
37 PrefServiceMockBuilder& WithRecommendedCloudPrefs(PrefStore* store);
49 // Specifies to use an actual command-line backed command-line pref store.
52 // Specifies to use an actual file-backed user pref store.