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/
user_image_manager_impl.cc 605 downloaded_profile_image_ = gfx::ImageSkia();
674 downloaded_profile_image_.isNull() ?
676 UserImage::CreateAndEncode(downloaded_profile_image_));
679 if (downloaded_profile_image_.isNull())
695 return downloaded_profile_image_;
827 downloaded_profile_image_ = gfx::ImageSkia::CreateFrom1xBitmap(
836 // This will persist |downloaded_profile_image_| to disk.
843 content::Details<const gfx::ImageSkia>(&downloaded_profile_image_));
    [all...]
user_image_manager_impl.h 115 // Initializes the |downloaded_profile_image_| for the currently logged-in
139 // |user|. Allows |this| to update |downloaded_profile_image_| and send a
184 gfx::ImageSkia downloaded_profile_image_; member in class:chromeos::UserImageManagerImpl
186 // Data URL corresponding to |downloaded_profile_image_|. Empty if no
187 // |downloaded_profile_image_| is currently available.
190 // URL from which |downloaded_profile_image_| was downloaded. Empty if no
191 // |downloaded_profile_image_| is currently available.

Completed in 41 milliseconds