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

  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_browsertest.cc 141 DictionaryPrefUpdate images_pref(local_state_, "UserImages");
146 images_pref->SetWithoutPathExpansion(username, image_properties);
149 // Verifies user image info in |images_pref| dictionary.
150 void ExpectUserImageInfo(const base::DictionaryValue* images_pref,
154 ASSERT_TRUE(images_pref);
156 images_pref->GetDictionaryWithoutPathExpansion(username, &image_properties);
167 // |images_pref|.
168 void ExpectNoUserImageInfo(const base::DictionaryValue* images_pref,
170 ASSERT_TRUE(images_pref);
172 images_pref->GetDictionaryWithoutPathExpansion(username, &image_properties)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_browsertest.cc 1256 const base::DictionaryValue* images_pref = local
    [all...]

Completed in 63 milliseconds