HomeSort by relevance Sort by last modified time
    Searched refs:prefs_images (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
user_manager.cc 250 const DictionaryValue* prefs_images = local_state->GetDictionary(kUserImages); local
263 if (prefs_images &&
264 prefs_images->GetStringWithoutPathExpansion(email, &image_path)) {
452 const DictionaryValue* prefs_images = local
454 DCHECK(prefs_images);
468 if (prefs_images->GetStringWithoutPathExpansion(email, &image_path) &&
493 const DictionaryValue* prefs_images = local_state->GetDictionary(kUserImages); local
495 if (!prefs_images)
499 if (!prefs_images->GetStringWithoutPathExpansion(username, &image_path))
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 495 const DictionaryValue* prefs_images = 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
507 // migrated, overwriting the |prefs_images| entry, when the user logs in.
515 if (prefs_images) {
516 prefs_images->GetDictionaryWithoutPathExpansion(user_id,
    [all...]

Completed in 64 milliseconds