Searched defs:prefs_images_unsafe (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Duser_image_manager_impl.cc493 const DictionaryValue* prefs_images_unsafe = local
497 if (!prefs_images && !prefs_images_unsafe)
505 // If entries are found in both |prefs_images_unsafe| and |prefs_images|,
506 // |prefs_images| is honored for now but |prefs_images_unsafe| will be
509 if (prefs_images_unsafe) {
510 needs_migration = prefs_images_unsafe->GetDictionaryWithoutPathExpansion(
582 const DictionaryValue* prefs_images_unsafe = local
585 if (prefs_images_unsafe->GetDictionaryWithoutPathExpansion(
980 const DictionaryValue* prefs_images_unsafe = local
983 if (!prefs_images_unsafe
[all...]

Completed in 150 milliseconds