Home | History | Annotate | Download | only in profiles

Lines Matching refs:Image

17 class Image;
69 // Returns a version of |image| of a specific size. Note that no checks are
72 gfx::Image GetSizedAvatarIcon(const gfx::Image& image,
76 // Returns a version of |image| suitable for use in menus.
77 gfx::Image GetAvatarIconForMenu(const gfx::Image& image,
80 // Returns a version of |image| suitable for use in WebUI.
81 gfx::Image GetAvatarIconForWebUI(const gfx::Image& image,
84 // Returns a version of |image| suitable for use in title bars. The returned
85 // image is scaled to fit |dst_width| and |dst_height|.
86 gfx::Image GetAvatarIconForTitleBar(const gfx::Image& image,