HomeSort by relevance Sort by last modified time
    Searched full:prefs_images_unsafe (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 493 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
    [all...]

Completed in 602 milliseconds