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

/external/chromium_org/components/history/core/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/components/bookmarks/browser/
H A Dbookmark_node.h134 const gfx::Image& favicon() const { return favicon_; }
135 void set_favicon(const gfx::Image& icon) { favicon_ = icon; }
167 gfx::Image favicon_; member in class:BookmarkNode
H A Dbookmark_node.cc118 favicon_ = gfx::Image();
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc53 if (!favicon_.isNull())
54 return favicon_;
62 favicon_ = gfx::ImageSkia();
100 favicon_ = image_result.image.AsImageSkia();
106 gfx::ImageSkia favicon_; member in class:TemplateURLTableModel::ModelEntry
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc245 return favicon_;
249 return favicon_;
H A Dnavigation_entry_impl.h240 FaviconStatus favicon_; member in class:content::NavigationEntryImpl
/external/chromium_org/chrome/browser/ui/
H A Dmetro_pin_tab_helper_win.cc167 SkBitmap favicon_; member in class:__anon5108::PinPageTaskRunner
178 favicon_(favicon) {}
200 if (!CreateSiteSpecificLogo(favicon_, tile_id, logo_dir, &logo_path) &&

Completed in 346 milliseconds