Searched defs:is_favicon (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Dimage_loading_helper.cc109 bool is_favicon,
121 if (DownloadImage(id, image_url, is_favicon, max_image_size)) {
137 bool is_favicon,
144 is_favicon ? WebURLRequest::RequestContextFavicon
107 OnDownloadImage(int id, const GURL& image_url, bool is_favicon, uint32_t max_image_size) argument
135 DownloadImage(int id, const GURL& image_url, bool is_favicon, uint32_t max_image_size) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc189 bool is_favicon,
195 is_favicon,
2447 bool is_favicon,
2450 int id = StartDownload(GetMainFrame(), url, is_favicon, max_bitmap_size);
187 StartDownload(RenderFrameHost* rfh, const GURL& url, bool is_favicon, uint32_t max_bitmap_size) argument
2446 DownloadImage(const GURL& url, bool is_favicon, uint32_t max_bitmap_size, const ImageDownloadCallback& callback) argument

Completed in 115 milliseconds