Lines Matching refs:image_url
58 const GURL& image_url, in DownloadRequest() argument
62 image_url(image_url), in DownloadRequest()
106 int FaviconHelper::DownloadImage(const GURL& image_url, in DownloadImage() argument
111 return ScheduleDownload(GURL(), image_url, image_size, icon_type, callback); in DownloadImage()
120 const GURL& image_url, in SetFavicon() argument
131 SetHistoryFavicon(url, image_url, image_data, icon_type); in SetFavicon()
221 int FaviconHelper::DownloadFavicon(const GURL& image_url, int image_size) { in DownloadFavicon() argument
222 return tab_contents()->render_view_host()->DownloadFavicon(image_url, in DownloadFavicon()
280 const GURL& image_url, in OnDidDownloadFavicon() argument
293 DoUrlAndIconMatch(*current_candidate(), image_url, in OnDidDownloadFavicon()
298 SetFavicon(i->second.url, image_url, image, i->second.icon_type); in OnDidDownloadFavicon()
421 const GURL& image_url, in ScheduleDownload() argument
425 const int download_id = DownloadFavicon(image_url, image_size); in ScheduleDownload()
430 DownloadRequest(url, image_url, callback, icon_type); in ScheduleDownload()