Home
last modified time | relevance | path

Searched refs:DictionaryPrefUpdate (Results 1 – 25 of 76) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/
Dbrowser_window_state.cc44 class WindowPlacementPrefUpdate : public DictionaryPrefUpdate {
48 : DictionaryPrefUpdate(service, prefs::kAppWindowPlacement), in WindowPlacementPrefUpdate()
54 base::DictionaryValue* all_apps_dict = DictionaryPrefUpdate::Get(); in Get()
79 scoped_ptr<DictionaryPrefUpdate> GetWindowPlacementDictionaryReadWrite( in GetWindowPlacementDictionaryReadWrite()
86 new DictionaryPrefUpdate(prefs, window_name.c_str())); in GetWindowPlacementDictionaryReadWrite()
88 return scoped_ptr<DictionaryPrefUpdate>( in GetWindowPlacementDictionaryReadWrite()
Dbrowser_window_state.h33 scoped_ptr<DictionaryPrefUpdate> GetWindowPlacementDictionaryReadWrite(
/external/chromium_org/chrome/browser/chromeos/login/users/
Dsupervised_user_manager_impl.cc201 DictionaryPrefUpdate sync_id_update(local_state, kSupervisedUserSyncId); in CreateUserRecord()
202 DictionaryPrefUpdate manager_update(local_state, kSupervisedUserManagers); in CreateUserRecord()
203 DictionaryPrefUpdate manager_name_update(local_state, in CreateUserRecord()
205 DictionaryPrefUpdate manager_email_update( in CreateUserRecord()
337 DictionaryPrefUpdate update(local_state, key); in SetUserStringValue()
346 DictionaryPrefUpdate update(local_state, key); in SetUserIntegerValue()
354 DictionaryPrefUpdate update(local_state, key); in SetUserBooleanValue()
472 DictionaryPrefUpdate dict_update(prefs, key); in CleanPref()
489 DictionaryPrefUpdate manager_name_update(local_state, in UpdateManagerName()
Dmulti_profile_user_controller.cc184 DictionaryPrefUpdate update(local_state_, in RemoveCachedValues()
204 DictionaryPrefUpdate update(local_state_, in SetCachedValue()
234 DictionaryPrefUpdate update(local_state_, in OnUserPrefChanged()
/external/chromium_org/chrome/browser/prefs/tracked/
Dpref_service_hash_store_contents.cc30 DictionaryPrefUpdate update_;
69 DictionaryPrefUpdate update(pref_service_, kProfilePreferenceHashes); in PrefServiceHashStoreContents()
91 DictionaryPrefUpdate update(pref_service_, kProfilePreferenceHashes); in Reset()
/external/chromium_org/chrome/browser/signin/
Deasy_unlock_service_regular.cc133 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in SetPermitAccess()
139 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in ClearPermitAccess()
156 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in SetRemoteDevices()
185 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in ClearRemoteDevices()
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_launch_error.cc60 DictionaryPrefUpdate dict_update(local_state, in Save()
81 DictionaryPrefUpdate dict_update(local_state, in Clear()
/external/chromium_org/base/prefs/
Dscoped_user_pref_update_unittest.cc48 DictionaryPrefUpdate update(&prefs_, kPref); in TEST_F()
76 DictionaryPrefUpdate update(&prefs_, kPref); in TEST_F()
Dscoped_user_pref_update.h104 DictionaryPrefUpdate; typedef
/external/chromium_org/chrome/browser/prefs/
Dpref_model_associator_unittest.cc238 DictionaryPrefUpdate update(pref_service_, in TEST_F()
258 DictionaryPrefUpdate update(pref_service_, in TEST_F()
277 DictionaryPrefUpdate update(pref_service_, in TEST_F()
299 DictionaryPrefUpdate update(pref_service_, in TEST_F()
325 DictionaryPrefUpdate update(pref_service_, in TEST_F()
343 DictionaryPrefUpdate update(pref_service_, in TEST_F()
394 DictionaryPrefUpdate update(pref_service_, pref); in MergeDictionaryPreference()
/external/chromium_org/components/translate/core/browser/
Dtranslate_prefs.cc177 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists); in WhitelistLanguagePair()
189 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists); in RemoveLanguagePairFromWhitelist()
232 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount); in IncrementTranslationDeniedCount()
241 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount); in ResetTranslationDeniedCount()
254 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount); in IncrementTranslationAcceptedCount()
263 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount); in ResetTranslationAcceptedCount()
395 DictionaryPrefUpdate update(user_prefs, kPrefTranslateWhitelists); in MigrateUserPrefs()
/external/chromium_org/components/user_manager/
Duser_manager_base.cc402 DictionaryPrefUpdate oauth_status_update(GetLocalState(), in SaveUserOAuthStatus()
418 DictionaryPrefUpdate force_online_update(GetLocalState(), in SaveForceOnlineSignin()
434 DictionaryPrefUpdate display_name_update(GetLocalState(), in SaveUserDisplayName()
465 DictionaryPrefUpdate display_email_update(GetLocalState(), kUserDisplayEmail); in SaveUserDisplayEmail()
487 DictionaryPrefUpdate given_name_update(GetLocalState(), kUserGivenName); in UpdateUserAccountData()
898 DictionaryPrefUpdate prefs_display_name_update(prefs, kUserDisplayName); in RemoveNonCryptohomeData()
901 DictionaryPrefUpdate prefs_given_name_update(prefs, kUserGivenName); in RemoveNonCryptohomeData()
904 DictionaryPrefUpdate prefs_display_email_update(prefs, kUserDisplayEmail); in RemoveNonCryptohomeData()
907 DictionaryPrefUpdate prefs_oauth_update(prefs, kUserOAuthTokenStatus); in RemoveNonCryptohomeData()
910 DictionaryPrefUpdate prefs_force_online_update(prefs, kUserForceOnlineSignin); in RemoveNonCryptohomeData()
/external/chromium_org/chrome/browser/geolocation/
Dchrome_access_token_store.cc63 DictionaryPrefUpdate update(g_browser_process->local_state(), in PerformWorkOnUIThread()
118 DictionaryPrefUpdate update(g_browser_process->local_state(), in SetAccessTokenOnUIThread()
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_persistence.cc38 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod); in SetUserLRUInputMethodPreference()
51 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod); in SetUserLRUInputMethodPreference()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_sync_service.cc271 DictionaryPrefUpdate update(prefs_, prefs::kSupervisedUsers); in UpdateSupervisedUserImpl()
295 DictionaryPrefUpdate update(prefs_, prefs::kSupervisedUsers); in DeleteSupervisedUser()
320 DictionaryPrefUpdate update(prefs_, prefs::kSupervisedUsers); in UpdateSupervisedUserAvatarIfNeeded()
414 DictionaryPrefUpdate update(prefs_, prefs::kSupervisedUsers); in MergeDataAndStartSyncing()
475 DictionaryPrefUpdate update(prefs_, prefs::kSupervisedUsers); in GetAllSyncData()
487 DictionaryPrefUpdate update(prefs_, prefs::kSupervisedUsers); in ProcessSyncChanges()
/external/chromium_org/chrome/browser/net/spdyproxy/
Ddata_reduction_proxy_chrome_configurator.cc33 DictionaryPrefUpdate update(prefs_, prefs::kProxy); in Enable()
89 DictionaryPrefUpdate update(prefs_, prefs::kProxy); in Disable()
/external/chromium_org/chrome/browser/apps/drive/
Ddrive_app_mapping.cc53 DictionaryPrefUpdate update(prefs_, prefs::kAppLauncherDriveAppMapping); in Add()
59 DictionaryPrefUpdate update(prefs_, prefs::kAppLauncherDriveAppMapping); in Remove()
/external/chromium_org/chrome/browser/extensions/
Dextension_garbage_collector_unittest.cc70 DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); in TEST_F()
106 DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); in TEST_F()
Dextension_assets_manager_chromeos.cc211 DictionaryPrefUpdate shared_extensions(local_state, kSharedExtensions); in CleanUpSharedExtensions()
306 DictionaryPrefUpdate shared_extensions(local_state, kSharedExtensions); in CheckSharedExtension()
395 DictionaryPrefUpdate shared_extensions(local_state, kSharedExtensions); in InstallSharedExtensionDone()
438 DictionaryPrefUpdate shared_extensions(local_state, kSharedExtensions); in MarkSharedExtensionUnused()
Dextension_web_ui.cc308 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides); in RegisterChromeURLOverrides()
367 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides); in UnregisterChromeURLOverride()
385 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides); in UnregisterChromeURLOverrides()
/external/chromium_org/chrome/browser/chromeos/audio/
Daudio_devices_pref_handler_impl.cc162 DictionaryPrefUpdate dict_update(local_state_, prefs::kAudioDevicesMute); in SaveDevicesMutePref()
180 DictionaryPrefUpdate dict_update(local_state_, in SaveDevicesVolumePref()
/external/chromium_org/chrome/browser/external_protocol/
Dexternal_protocol_handler.cc223 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes); in GetBlockState()
244 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes); in SetBlockState()
/external/chromium_org/chrome/browser/ui/cocoa/
Dwindow_size_autosaver.mm56 DictionaryPrefUpdate update(prefService_, path_);
88 DictionaryPrefUpdate update(prefService_, path_);
/external/chromium_org/chrome/browser/chromeos/display/
Ddisplay_preferences.cc215 DictionaryPrefUpdate update(local_state, prefs::kSecondaryDisplays); in StoreDisplayLayoutPref()
243 DictionaryPrefUpdate update(local_state, prefs::kDisplayProperties); in StoreCurrentDisplayProperties()
356 DictionaryPrefUpdate update(local_state, prefs::kDisplayRotationLock); in StoreDisplayRotationPrefs()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_file_helper.cc289 DictionaryPrefUpdate update(profile_->GetPrefs(), in SaveAsFileSelected()
377 DictionaryPrefUpdate update(profile_->GetPrefs(), in AddUserConfirmedFileSystem()
417 DictionaryPrefUpdate update(profile_->GetPrefs(), in RemoveFileSystem()

1234