Home | History | Annotate | Download | only in login

Lines Matching defs:local_state

59   PrefService* local_state = g_browser_process->local_state();
60 DictionaryPrefUpdate images_update(local_state, kUserImages);
63 local_state->SavePersistentPrefs();
238 void UserManager::RegisterPrefs(PrefService* local_state) {
239 local_state->RegisterListPref(kLoggedInUsers);
240 local_state->RegisterDictionaryPref(kUserImages);
248 PrefService* local_state = g_browser_process->local_state();
249 const ListValue* prefs_users = local_state->GetList(kLoggedInUsers);
250 const DictionaryValue* prefs_images = local_state->GetDictionary(kUserImages);
312 PrefService* prefs = g_browser_process->local_state();
367 PrefService* prefs = g_browser_process->local_state();
448 PrefService* local_state = g_browser_process->local_state();
449 DCHECK(local_state);
450 const ListValue* prefs_users = local_state->GetList(kLoggedInUsers);
453 local_state->GetDictionary(kUserImages);
492 PrefService* local_state = g_browser_process->local_state();
493 const DictionaryValue* prefs_images = local_state->GetDictionary(kUserImages);