Searched refs:default_favicon_ (Results 1 – 7 of 7) sorted by relevance
82 if (!default_favicon_.get()) { in SendDefaultResponse()83 default_favicon_ = in SendDefaultResponse()88 SendResponse(request_id, default_favicon_); in SendDefaultResponse()
47 scoped_refptr<RefCountedBytes> default_favicon_; variable
50 scoped_refptr<RefCountedMemory> default_favicon_; variable
46 : default_favicon_(NULL), in CustomHomePagesTableModel()50 default_favicon_ = rb.GetBitmapNamed(IDR_DEFAULT_FAVICON); in CustomHomePagesTableModel()142 return entries_[row].icon.isNull() ? *default_favicon_ : entries_[row].icon; in GetIcon()
89 SkBitmap* default_favicon_; variable
224 scoped_nsobject<NSImage> default_favicon_; variable
95 default_favicon_.reset([app::mac::GetCachedImageWithName(@"nav.pdf") retain]);336 [item->menu_item setImage:default_favicon_.get()];