Lines Matching refs:image
83 // Initiates loading an image from given |image_url|. Returns a download id
86 // whether the download succeeds and a SkBitmap as the downloaded image.
88 // downloaded image is not resized to the given image_size. If 0 is passed,
89 // the first frame of the image is returned.
165 const SkBitmap& image);
190 // Sets the image data for the favicon. This is invoked asynchronously after
194 const SkBitmap& image,
197 // Converts the FAVICON's image data to an SkBitmap and sets it on the
203 void UpdateFavicon(NavigationEntry* entry, const SkBitmap& image);
205 // Scales the image such that either the width and/or height is 16 pixels
206 // wide. Does nothing if the image is empty.
207 SkBitmap ConvertToFaviconSize(const SkBitmap& image);