Home | History | Annotate | Download | only in file_system_provider

Lines Matching refs:pref_service

8 #include "base/prefs/pref_service.h"
342 PrefService* pref_service = profile_->GetPrefs();
343 DCHECK(pref_service);
344 pref_service->Set(prefs::kFileSystemProviderMounted, extensions);
345 pref_service->CommitPendingWrite();
349 PrefService* pref_service = profile_->GetPrefs();
350 DCHECK(pref_service);
352 DictionaryPrefUpdate update(pref_service, prefs::kFileSystemProviderMounted);
360 PrefService* pref_service = profile_->GetPrefs();
361 DCHECK(pref_service);
364 pref_service->GetDictionary(prefs::kFileSystemProviderMounted);