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

  /external/chromium_org/chrome/browser/chromeos/login/
user_image.h 35 // |raw_image| can be animated, in which case animated_image() will return the
53 const RawImage& animated_image() const { return animated_image_; } function in class:chromeos::UserImage
user.h 123 const UserImage::RawImage& animated_image() const { function in class:chromeos::User
124 return user_image_.animated_image();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc 60 return new base::RefCountedBytes(user->animated_image());

Completed in 111 milliseconds