Searched refs:favicon_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dpage_usage_data.cc16 favicon_(NULL),
24 delete favicon_;
36 if (favicon_ && favicon_ != img)
37 delete favicon_;
38 favicon_ = img;
H A Dpage_usage_data.h101 return favicon_;
118 SkBitmap* favicon_; member in class:PageUsageData
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_audio_indicator.h41 void set_favicon(const gfx::ImageSkia& favicon) { favicon_ = favicon; }
70 gfx::ImageSkia favicon_; member in class:TabAudioIndicator
H A Dtab_audio_indicator.cc123 if (!favicon_.isNull()) {
124 int dst_x = rect.x() - (favicon_.width() - rect.width()) / 2;
125 int dst_y = rect.y() - (favicon_.height()- rect.height()) / 2;
126 canvas->DrawImageInt(favicon_, dst_x, dst_y);
/external/chromium/chrome/browser/
H A Djumplist_win.h43 ShellLinkItem() : index_(0), favicon_(false) {
63 favicon_ = favicon;
80 bool favicon_; member in class:ShellLinkItem
H A Daeropeek_manager.cc689 base::win::ScopedHICON favicon_; member in class:AeroPeekWindow
985 favicon_.Set(IconUtil::CreateHICONFromSkBitmap(favicon_bitmap_));
986 return favicon_.Get();
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_history_types.h122 favicon_ = data;
125 return favicon_;
129 return favicon_.get() && favicon_->size();
175 scoped_refptr<base::RefCountedMemory> favicon_; member in class:history::HistoryAndBookmarkRow
/external/chromium_org/chrome/browser/
H A Djumplist_win.h58 ShellLinkItem() : index_(0), favicon_(false) {
78 favicon_ = favicon;
95 bool favicon_; member in class:ShellLinkItem
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc55 if (!favicon_.isNull())
56 return favicon_;
64 favicon_ = SkBitmap();
105 &favicon_)) {
111 SkBitmap favicon_; member in class:ModelEntry
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc60 if (!favicon_.isNull())
61 return favicon_;
69 favicon_ = gfx::ImageSkia();
108 favicon_ = image_result.image.AsImageSkia();
114 gfx::ImageSkia favicon_; member in class:ModelEntry
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_model.h103 const SkBitmap& favicon() const { return favicon_; }
104 void set_favicon(const SkBitmap& icon) { favicon_ = icon; }
140 SkBitmap favicon_; member in class:BookmarkNode
H A Dbookmark_model.cc61 favicon_ = SkBitmap();
67 favicon_ = SkBitmap();
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_model.h149 const gfx::Image& favicon() const { return favicon_; }
150 void set_favicon(const gfx::Image& icon) { favicon_ = icon; }
179 gfx::Image favicon_; member in class:BookmarkNode
H A Dbookmark_model.cc169 favicon_ = gfx::Image();
/external/chromium_org/content/browser/web_contents/
H A Dnavigation_entry_impl.cc241 return favicon_;
245 return favicon_;
H A Dnavigation_entry_impl.h222 FaviconStatus favicon_; member in class:content::NavigationEntryImpl
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc168 SkBitmap favicon_; member in class:__anon6218::PinPageTaskRunner
179 favicon_(favicon) {}
201 if (!CreateSiteSpecificLogo(favicon_, tile_id, logo_dir, &logo_path) &&

Completed in 191 milliseconds