Home | History | Annotate | Download | only in glue

Lines Matching defs:favicon

19 #include "chrome/browser/favicon/favicon_service.h"
20 #include "chrome/browser/favicon/favicon_service_factory.h"
92 const gfx::Image& favicon = model->GetFavicon(src);
94 // Check for empty images. This can happen if the favicon is
96 if (favicon.IsEmpty())
99 // Re-encode the BookmarkNode's favicon as a PNG, and pass the data to the
101 *dst = favicon.As1xPNGBytes();
740 // Sets the favicon of the given bookmark node from the given sync node.
748 const std::string& icon_bytes_str = specifics.favicon();
757 // Old clients may not be syncing the favicon URL. If the icon URL is not
781 // The client may have cached the favicon at 2x. Use MergeFavicon() as not to
782 // overwrite the cached 2x favicon bitmap. Sync favicons are always
783 // gfx::kFaviconSize in width and height. Store the favicon into history
788 chrome::FAVICON,