/external/chromium_org/chrome/browser/ui/ |
D | browser_window_state.cc | 44 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()
|
D | browser_window_state.h | 33 scoped_ptr<DictionaryPrefUpdate> GetWindowPlacementDictionaryReadWrite(
|
/external/chromium_org/chrome/browser/chromeos/login/users/ |
D | supervised_user_manager_impl.cc | 201 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()
|
D | multi_profile_user_controller.cc | 184 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/ |
D | pref_service_hash_store_contents.cc | 30 DictionaryPrefUpdate update_; 69 DictionaryPrefUpdate update(pref_service_, kProfilePreferenceHashes); in PrefServiceHashStoreContents() 91 DictionaryPrefUpdate update(pref_service_, kProfilePreferenceHashes); in Reset()
|
/external/chromium_org/chrome/browser/signin/ |
D | easy_unlock_service_regular.cc | 133 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/ |
D | kiosk_app_launch_error.cc | 60 DictionaryPrefUpdate dict_update(local_state, in Save() 81 DictionaryPrefUpdate dict_update(local_state, in Clear()
|
/external/chromium_org/base/prefs/ |
D | scoped_user_pref_update_unittest.cc | 48 DictionaryPrefUpdate update(&prefs_, kPref); in TEST_F() 76 DictionaryPrefUpdate update(&prefs_, kPref); in TEST_F()
|
D | scoped_user_pref_update.h | 104 DictionaryPrefUpdate; typedef
|
/external/chromium_org/chrome/browser/prefs/ |
D | pref_model_associator_unittest.cc | 238 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/ |
D | translate_prefs.cc | 177 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/ |
D | user_manager_base.cc | 402 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/ |
D | chrome_access_token_store.cc | 63 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/ |
D | input_method_persistence.cc | 38 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod); in SetUserLRUInputMethodPreference() 51 DictionaryPrefUpdate updater(local_state, prefs::kUsersLRUInputMethod); in SetUserLRUInputMethodPreference()
|
/external/chromium_org/chrome/browser/supervised_user/ |
D | supervised_user_sync_service.cc | 271 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/ |
D | data_reduction_proxy_chrome_configurator.cc | 33 DictionaryPrefUpdate update(prefs_, prefs::kProxy); in Enable() 89 DictionaryPrefUpdate update(prefs_, prefs::kProxy); in Disable()
|
/external/chromium_org/chrome/browser/apps/drive/ |
D | drive_app_mapping.cc | 53 DictionaryPrefUpdate update(prefs_, prefs::kAppLauncherDriveAppMapping); in Add() 59 DictionaryPrefUpdate update(prefs_, prefs::kAppLauncherDriveAppMapping); in Remove()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_garbage_collector_unittest.cc | 70 DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); in TEST_F() 106 DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); in TEST_F()
|
D | extension_assets_manager_chromeos.cc | 211 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()
|
D | extension_web_ui.cc | 308 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/ |
D | audio_devices_pref_handler_impl.cc | 162 DictionaryPrefUpdate dict_update(local_state_, prefs::kAudioDevicesMute); in SaveDevicesMutePref() 180 DictionaryPrefUpdate dict_update(local_state_, in SaveDevicesVolumePref()
|
/external/chromium_org/chrome/browser/external_protocol/ |
D | external_protocol_handler.cc | 223 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/ |
D | window_size_autosaver.mm | 56 DictionaryPrefUpdate update(prefService_, path_); 88 DictionaryPrefUpdate update(prefService_, path_);
|
/external/chromium_org/chrome/browser/chromeos/display/ |
D | display_preferences.cc | 215 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/ |
D | devtools_file_helper.cc | 289 DictionaryPrefUpdate update(profile_->GetPrefs(), in SaveAsFileSelected() 377 DictionaryPrefUpdate update(profile_->GetPrefs(), in AddUserConfirmedFileSystem() 417 DictionaryPrefUpdate update(profile_->GetPrefs(), in RemoveFileSystem()
|