OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
483
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
);
[
all
...]
/external/chromium_org/chrome/browser/android/
favicon_helper.cc
192
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/
recent_tabs_sub_menu_model.cc
597
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/
sessions_sync_manager.h
110
scoped_refptr<base::RefCountedMemory>*
favicon_png
) const OVERRIDE;
sessions_sync_manager.cc
778
scoped_refptr<base::RefCountedMemory>*
favicon_png
) const {
779
return favicon_cache_.GetSyncedFaviconForPageURL(GURL(page_url),
favicon_png
);
[
all
...]
Completed in 798 milliseconds