Home
last modified time | relevance | path

Searched refs:URLFaviconMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_html_writer.h39 typedef std::map<std::string, scoped_refptr<RefCountedMemory> > URLFaviconMap; typedef
82 scoped_ptr<URLFaviconMap> favicons_map_;
Dbookmark_html_writer.cc85 BookmarkFaviconFetcher::URLFaviconMap* favicons_map, in Writer()
248 BookmarkFaviconFetcher::URLFaviconMap::iterator itr = in WriteNode()
352 scoped_ptr<BookmarkFaviconFetcher::URLFaviconMap> favicons_map_;
374 favicons_map_.reset(new URLFaviconMap()); in BookmarkFaviconFetcher()
438 URLFaviconMap::const_iterator iter = favicons_map_->find(url); in FetchNextFavicon()