Home | History | Annotate | Download | only in login

Lines Matching refs:image

53     // The image for this user.
54 void set_image(const SkBitmap& image) { image_ = image; }
55 const SkBitmap& image() const { return image_; }
96 // Sets image for logged-in user and sends LOGIN_USER_IMAGE_CHANGED
97 // notification about the image changed via NotificationService.
98 void SetLoggedInUserImage(const SkBitmap& image);
100 // Tries to load logged-in user image from disk and sets it for the user.
103 // Saves image to file and saves image path in local state preferences.
105 const SkBitmap& image);
107 // Saves user image path for the user. Can be used to set default images.
111 // Returns the index of user's default image or -1 if the image is not
117 const SkBitmap& image,
143 // Returns image filepath for the given user.
154 // Loads user image from its file.
157 // Cache for user images. Stores image for each username.