Home | History | Annotate | Download | only in importer

Lines Matching defs:favicon

53 // Given the URL of a page and a favicon data URL, adds an appropriate record
54 // to the given favicon usage vector.
75 // We need to make up a URL for the favicon. We use a version of the page's
77 usage.favicon_url = GURL(std::string("made-up-favicon:") + link_url.spec());
79 // We only have one URL per favicon for Firefox 2 bookmarks.
131 GURL url, favicon;
139 &url, &favicon, &shortcut,
173 // Save the favicon. DataURLToFaviconUsage will handle the case where
174 // there is no favicon.
176 DataURLToFaviconUsage(url, favicon, favicons);
298 GURL* favicon,
313 *favicon = GURL();
351 // Favicon
353 *favicon = GURL(value);