BookmarkFaviconFetcher 36 chrome/browser/bookmarks/bookmark_html_writer.cc static BookmarkFaviconFetcher* fetcher = NULL; BookmarkFaviconFetcher 91 chrome/browser/bookmarks/bookmark_html_writer.cc BookmarkFaviconFetcher::URLFaviconMap* favicons_map, BookmarkFaviconFetcher 264 chrome/browser/bookmarks/bookmark_html_writer.cc BookmarkFaviconFetcher::URLFaviconMap::iterator itr = BookmarkFaviconFetcher 368 chrome/browser/bookmarks/bookmark_html_writer.cc scoped_ptr<BookmarkFaviconFetcher::URLFaviconMap> favicons_map_; BookmarkFaviconFetcher 385 chrome/browser/bookmarks/bookmark_html_writer.cc BookmarkFaviconFetcher::BookmarkFaviconFetcher( BookmarkFaviconFetcher 398 chrome/browser/bookmarks/bookmark_html_writer.cc BookmarkFaviconFetcher::~BookmarkFaviconFetcher() { BookmarkFaviconFetcher 401 chrome/browser/bookmarks/bookmark_html_writer.cc void BookmarkFaviconFetcher::ExportBookmarks() { BookmarkFaviconFetcher 412 chrome/browser/bookmarks/bookmark_html_writer.cc void BookmarkFaviconFetcher::Observe( BookmarkFaviconFetcher 422 chrome/browser/bookmarks/bookmark_html_writer.cc void BookmarkFaviconFetcher::ExtractUrls(const BookmarkNode* node) { BookmarkFaviconFetcher 433 chrome/browser/bookmarks/bookmark_html_writer.cc void BookmarkFaviconFetcher::ExecuteWriter() { BookmarkFaviconFetcher 450 chrome/browser/bookmarks/bookmark_html_writer.cc bool BookmarkFaviconFetcher::FetchNextFavicon() { BookmarkFaviconFetcher 465 chrome/browser/bookmarks/bookmark_html_writer.cc base::Bind(&BookmarkFaviconFetcher::OnFaviconDataAvailable, BookmarkFaviconFetcher 476 chrome/browser/bookmarks/bookmark_html_writer.cc void BookmarkFaviconFetcher::OnFaviconDataAvailable( BookmarkFaviconFetcher 503 chrome/browser/bookmarks/bookmark_html_writer.cc fetcher = new BookmarkFaviconFetcher(profile, path, observer); BookmarkFaviconFetcher 39 chrome/browser/bookmarks/bookmark_html_writer.h class BookmarkFaviconFetcher: public content::NotificationObserver { BookmarkFaviconFetcher 45 chrome/browser/bookmarks/bookmark_html_writer.h BookmarkFaviconFetcher(Profile* profile, BookmarkFaviconFetcher 48 chrome/browser/bookmarks/bookmark_html_writer.h virtual ~BookmarkFaviconFetcher(); BookmarkFaviconFetcher 94 chrome/browser/bookmarks/bookmark_html_writer.h DISALLOW_COPY_AND_ASSIGN(BookmarkFaviconFetcher);