HomeSort by relevance Sort by last modified time
    Searched refs:ProfilePrefStoreManager (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager.h 35 class ProfilePrefStoreManager {
37 // Instantiates a ProfilePrefStoreManager with the configuration required to
44 ProfilePrefStoreManager(
53 ~ProfilePrefStoreManager();
72 // was built by ProfilePrefStoreManager.
78 // was built by ProfilePrefStoreManager.
118 DISALLOW_COPY_AND_ASSIGN(ProfilePrefStoreManager);
profile_pref_store_manager.cc 27 const bool ProfilePrefStoreManager::kPlatformSupportsPreferenceTracking =
34 ProfilePrefStoreManager::ProfilePrefStoreManager(
49 ProfilePrefStoreManager::~ProfilePrefStoreManager() {}
52 void ProfilePrefStoreManager::RegisterPrefs(PrefRegistrySimple* registry) {
57 void ProfilePrefStoreManager::RegisterProfilePrefs(
63 base::FilePath ProfilePrefStoreManager::GetPrefFilePathFromProfilePath(
69 void ProfilePrefStoreManager::ResetAllPrefHashStores(PrefService* local_state) {
74 base::Time ProfilePrefStoreManager::GetResetTime(PrefService* pref_service)
    [all...]
profile_pref_store_manager_unittest.cc 99 ProfilePrefStoreManager::RegisterPrefs(local_state_.registry());
100 ProfilePrefStoreManager::RegisterProfilePrefs(profile_pref_registry_);
123 // registered in ProfilePrefStoreManager::RegisterProfilePrefs.
135 manager_.reset(new ProfilePrefStoreManager(profile_dir_.path(),
159 !ProfilePrefStoreManager::GetResetTime(pref_service.get()).is_null());
171 ProfilePrefStoreManager::ClearResetTime(pref_service.get());
175 // According to the implementation of ProfilePrefStoreManager, this is
267 if (!ProfilePrefStoreManager::kPlatformSupportsPreferenceTracking)
280 scoped_ptr<ProfilePrefStoreManager> manager_;
311 ProfilePrefStoreManager::GetPrefFilePathFromProfilePath
    [all...]
chrome_pref_service_factory.cc 342 scoped_ptr<ProfilePrefStoreManager> CreateProfilePrefStoreManager(
354 return make_scoped_ptr(new ProfilePrefStoreManager(
484 ProfilePrefStoreManager::GetPrefFilePathFromProfilePath(
504 return ProfilePrefStoreManager::GetResetTime(profile->GetPrefs());
508 ProfilePrefStoreManager::ClearResetTime(profile->GetPrefs());
512 ProfilePrefStoreManager::RegisterProfilePrefs(registry);
516 ProfilePrefStoreManager::RegisterPrefs(registry);
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration_unittest.cc 89 ProfilePrefStoreManager::RegisterPrefs(local_state_.registry());

Completed in 59 milliseconds