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

  /external/chromium/chrome/browser/history/
page_usage_data.cc 16 favicon_(NULL),
24 delete favicon_;
36 if (favicon_ && favicon_ != img)
37 delete favicon_;
38 favicon_ = img;
page_usage_data.h 101 return favicon_;
118 SkBitmap* favicon_; member in class:PageUsageData
  /external/chromium/chrome/browser/
jumplist_win.h 43 ShellLinkItem() : index_(0), favicon_(false) {
63 favicon_ = favicon;
80 bool favicon_; member in class:ShellLinkItem
aeropeek_manager.cc 689 base::win::ScopedHICON favicon_; member in class:AeroPeekWindow
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_audio_indicator.h 41 void set_favicon(const gfx::ImageSkia& favicon) { favicon_ = favicon; }
70 gfx::ImageSkia favicon_; member in class:TabAudioIndicator
tab_audio_indicator.cc 123 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_org/chrome/browser/
jumplist_win.h 58 ShellLinkItem() : index_(0), favicon_(false) {
78 favicon_ = favicon;
95 bool favicon_; member in class:ShellLinkItem
  /external/chromium_org/chrome/browser/history/android/
android_history_types.h 122 favicon_ = data;
125 return favicon_;
129 return favicon_.get() && favicon_->size();
175 scoped_refptr<base::RefCountedMemory> favicon_; member in class:history::HistoryAndBookmarkRow
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 55 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/
template_url_table_model.cc 60 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/
bookmark_model.h 103 const SkBitmap& favicon() const { return favicon_; }
104 void set_favicon(const SkBitmap& icon) { favicon_ = icon; }
140 SkBitmap favicon_; member in class:BookmarkNode
bookmark_model.cc 61 favicon_ = SkBitmap();
67 favicon_ = SkBitmap();
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model.h 149 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
bookmark_model.cc 169 favicon_ = gfx::Image();
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 241 return favicon_;
245 return favicon_;
navigation_entry_impl.h 222 FaviconStatus favicon_; member in class:content::NavigationEntryImpl
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 168 SkBitmap favicon_; member in class:__anon8624::PinPageTaskRunner
179 favicon_(favicon) {}
201 if (!CreateSiteSpecificLogo(favicon_, tile_id, logo_dir, &logo_path) &&

Completed in 208 milliseconds