Searched refs:favicon_png (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dopen_tabs_ui_delegate.h22 // If a valid favicon for the page at |url| is found, fills |favicon_png| with
26 scoped_refptr<base::RefCountedMemory>* favicon_png) const = 0;
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.h68 // |favicon_png| with the png-encoded image and returns true. Else, returns
72 scoped_refptr<base::RefCountedMemory>* favicon_png) const;
75 // |favicon_png| with the png-encoded image and returns true. Else, returns
79 scoped_refptr<base::RefCountedMemory>* favicon_png) const;
H A Dfavicon_cache.cc483 scoped_refptr<base::RefCountedMemory>* favicon_png) const {
497 *favicon_png = iter->second->bitmap_data[SIZE_16].bitmap_data;
503 scoped_refptr<base::RefCountedMemory>* favicon_png) const {
511 return GetSyncedFaviconForFaviconURL(iter->second, favicon_png);
/external/chromium_org/chrome/browser/android/
H A Dfavicon_helper.cc192 scoped_refptr<base::RefCountedMemory> favicon_png; local
197 if (!open_tabs->GetSyncedFaviconForPageURL(page_url, &favicon_png))
201 gfx::Image favicon_image = gfx::Image::CreateFrom1xPNGBytes(favicon_png);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model.cc597 scoped_refptr<base::RefCountedMemory> favicon_png;
599 open_tabs->GetSyncedFaviconForPageURL(url.spec(), &favicon_png)) {
600 gfx::Image image = gfx::Image::CreateFrom1xPNGBytes(favicon_png);
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.h110 scoped_refptr<base::RefCountedMemory>* favicon_png) const OVERRIDE;
H A Dsessions_sync_manager.cc778 scoped_refptr<base::RefCountedMemory>* favicon_png) const {
779 return favicon_cache_.GetSyncedFaviconForPageURL(GURL(page_url), favicon_png);

Completed in 485 milliseconds