HomeSort by relevance Sort by last modified time
    Searched refs:favicon_png (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/sync/
open_tabs_ui_delegate.h 22 // 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/
favicon_cache.h 68 // |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;
favicon_cache.cc 482 scoped_refptr<base::RefCountedMemory>* favicon_png) const {
496 *favicon_png = iter->second->bitmap_data[SIZE_16].bitmap_data;
502 scoped_refptr<base::RefCountedMemory>* favicon_png) const {
510 return GetSyncedFaviconForFaviconURL(iter->second, favicon_png);
    [all...]
  /external/chromium_org/chrome/browser/android/
favicon_helper.cc 190 scoped_refptr<base::RefCountedMemory> favicon_png; local
195 if (!open_tabs->GetSyncedFaviconForPageURL(page_url, &favicon_png))
199 gfx::Image favicon_image = gfx::Image::CreateFrom1xPNGBytes(favicon_png);
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 598 scoped_refptr<base::RefCountedMemory> favicon_png;
600 open_tabs->GetSyncedFaviconForPageURL(url.spec(), &favicon_png)) {
601 gfx::Image image = gfx::Image::CreateFrom1xPNGBytes(favicon_png);
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h 119 scoped_refptr<base::RefCountedMemory>* favicon_png) const OVERRIDE;
sessions_sync_manager.cc 735 scoped_refptr<base::RefCountedMemory>* favicon_png) const {
736 return favicon_cache_.GetSyncedFaviconForPageURL(GURL(page_url), favicon_png);
    [all...]

Completed in 197 milliseconds