Home
last modified time | relevance | path

Searched refs:BookmarkFaviconFetcher (Results 1 – 4 of 4) 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);
/external/chromium_org/chrome/browser/bookmarks/
Dbookmark_html_writer.cc37 static BookmarkFaviconFetcher* fetcher = NULL;
92 BookmarkFaviconFetcher::URLFaviconMap* favicons_map, in Writer()
265 BookmarkFaviconFetcher::URLFaviconMap::iterator itr = in WriteNode()
370 scoped_ptr<BookmarkFaviconFetcher::URLFaviconMap> favicons_map_;
387 BookmarkFaviconFetcher::BookmarkFaviconFetcher( in BookmarkFaviconFetcher() function in BookmarkFaviconFetcher
400 BookmarkFaviconFetcher::~BookmarkFaviconFetcher() { in ~BookmarkFaviconFetcher()
403 void BookmarkFaviconFetcher::ExportBookmarks() { in ExportBookmarks()
414 void BookmarkFaviconFetcher::Observe( in Observe()
424 void BookmarkFaviconFetcher::ExtractUrls(const BookmarkNode* node) { in ExtractUrls()
435 void BookmarkFaviconFetcher::ExecuteWriter() { in ExecuteWriter()
[all …]
Dbookmark_html_writer.h39 class BookmarkFaviconFetcher: public content::NotificationObserver {
45 BookmarkFaviconFetcher(Profile* profile,
48 virtual ~BookmarkFaviconFetcher();
94 DISALLOW_COPY_AND_ASSIGN(BookmarkFaviconFetcher);