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

  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.cc 587 downloaded_profile_image_ = gfx::ImageSkia();
648 downloaded_profile_image_.isNull() ?
650 UserImage::CreateAndEncode(downloaded_profile_image_));
653 if (downloaded_profile_image_.isNull())
669 return downloaded_profile_image_;
790 downloaded_profile_image_ = gfx::ImageSkia::CreateFrom1xBitmap(
800 // This will persist |downloaded_profile_image_| to disk.
807 content::Details<const gfx::ImageSkia>(&downloaded_profile_image_));
856 downloaded_profile_image_.isNull() &&
858 // Initialize the |downloaded_profile_image_| for the currently logged-i
    [all...]
user_image_manager_impl.h 101 // Initializes the |downloaded_profile_image_| for the currently logged-in
125 // memory. Allows |this| to update |downloaded_profile_image_| and
180 gfx::ImageSkia downloaded_profile_image_; member in class:chromeos::UserImageManagerImpl
182 // Data URL corresponding to |downloaded_profile_image_|. Empty if no
183 // |downloaded_profile_image_| is currently available.
186 // URL from which |downloaded_profile_image_| was downloaded. Empty if no
187 // |downloaded_profile_image_| is currently available.

Completed in 3220 milliseconds