Searched refs:dict_update (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_launch_error.cc | 60 DictionaryPrefUpdate dict_update(local_state, in Save() local 62 dict_update->SetInteger(kKeyLaunchError, error); in Save() 81 DictionaryPrefUpdate dict_update(local_state, in Clear() local 83 dict_update->Remove(kKeyLaunchError, NULL); in Clear()
|
D | kiosk_app_data.cc | 281 DictionaryPrefUpdate dict_update(local_state, in ClearCache() local 285 dict_update->Remove(app_key, NULL); in ClearCache() 375 DictionaryPrefUpdate dict_update(local_state, in SetCache() local 377 dict_update->SetString(name_key, name); in SetCache() 378 dict_update->SetString(icon_path_key, icon_path.value()); in SetCache()
|
D | kiosk_app_manager.cc | 620 DictionaryPrefUpdate dict_update(prefs, in SetAutoLoginState() local 622 dict_update->SetInteger(kKeyAutoLoginState, state); in SetAutoLoginState()
|
D | kiosk_app_manager_browsertest.cc | 258 DictionaryPrefUpdate dict_update(local_state, in SetExistingApp() local 260 dict_update->Set(KioskAppManager::kKeyApps, apps_dict.release()); in SetExistingApp()
|
/external/chromium_org/chrome/browser/chromeos/audio/ |
D | audio_devices_pref_handler_impl.cc | 162 DictionaryPrefUpdate dict_update(local_state_, prefs::kAudioDevicesMute); in SaveDevicesMutePref() local 167 dict_update->SetInteger(it.key(), mute); in SaveDevicesMutePref() 180 DictionaryPrefUpdate dict_update(local_state_, in SaveDevicesVolumePref() local 187 dict_update->SetDouble(it.key(), volume); in SaveDevicesVolumePref()
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
D | service.cc | 343 DictionaryPrefUpdate dict_update(pref_service, in RememberFileSystem() local 347 if (!dict_update->GetDictionaryWithoutPathExpansion( in RememberFileSystem() 350 dict_update->SetWithoutPathExpansion(file_system_info.extension_id(), in RememberFileSystem() 363 DictionaryPrefUpdate dict_update(pref_service, in ForgetFileSystem() local 367 if (!dict_update->GetDictionaryWithoutPathExpansion( in ForgetFileSystem() 373 dict_update->Remove(extension_id, NULL); in ForgetFileSystem()
|
/external/chromium_org/chrome/browser/chromeos/login/users/ |
D | supervised_user_manager_impl.cc | 472 DictionaryPrefUpdate dict_update(prefs, key); in CleanPref() local 473 dict_update->RemoveWithoutPathExpansion(user_id, NULL); in CleanPref()
|