Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_html_writer.cc30 static BookmarkFaviconFetcher* fetcher = NULL;
85 BookmarkFaviconFetcher::URLFaviconMap* favicons_map, in Writer()
248 BookmarkFaviconFetcher::URLFaviconMap::iterator itr = in WriteNode()
352 scoped_ptr<BookmarkFaviconFetcher::URLFaviconMap> favicons_map_;
367 BookmarkFaviconFetcher::BookmarkFaviconFetcher( in BookmarkFaviconFetcher() function in BookmarkFaviconFetcher
380 BookmarkFaviconFetcher::~BookmarkFaviconFetcher() { in ~BookmarkFaviconFetcher()
383 void BookmarkFaviconFetcher::ExportBookmarks() { in ExportBookmarks()
393 void BookmarkFaviconFetcher::Observe(NotificationType type, in Observe()
402 void BookmarkFaviconFetcher::ExtractUrls(const BookmarkNode* node) { in ExtractUrls()
415 void BookmarkFaviconFetcher::ExecuteWriter() { in ExecuteWriter()
[all …]
Dbookmark_html_writer.h36 class BookmarkFaviconFetcher: public NotificationObserver {
41 BookmarkFaviconFetcher(Profile* profile,
44 ~BookmarkFaviconFetcher();
91 DISALLOW_COPY_AND_ASSIGN(BookmarkFaviconFetcher);