Searched refs:MergeFavicon (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service.h187 void MergeFavicon(const GURL& page_url,
199 // MergeFavicon() if it does not.
H A Dfavicon_service.cc292 void FaviconService::MergeFavicon( function in class:FaviconService
299 history_service_->MergeFavicon(page_url, icon_url, icon_type, bitmap_data,
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc1848 // Test repeatedly calling MergeFavicon(). |page_url| is initially not known
1859 backend_->MergeFavicon(
1878 backend_->MergeFavicon(
1895 // Test calling MergeFavicon() when |page_url| is known to the database.
1925 backend_->MergeFavicon(
1947 backend_->MergeFavicon(
1966 backend_->MergeFavicon(
1991 backend_->MergeFavicon(
2015 // and MergeFavicon().
2019 // Test calling MergeFavicon() whe
[all...]
H A Dhistory_backend.h266 void MergeFavicon(const GURL& page_url,
H A Dhistory_service.h692 // MergeFavicon(|page_url|, www.google.com/a.ico, ..., ..., 16x16)
705 void MergeFavicon(const GURL& page_url,
713 // Use MergeFavicon() if |bitmaps| is incomplete, and favicon bitmaps in the
715 // from sync are 1x only. MergeFavicon() is used to avoid deleting the 2x
H A Dhistory_service.cc613 void HistoryService::MergeFavicon( function in class:HistoryService
624 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::MergeFavicon, page_url,
H A Dhistory_backend.cc1637 void HistoryBackend::MergeFavicon( function in class:history::HistoryBackend
1702 // MergeFavicon(news.google.com, news.google.com/news_specific.ico, ...,
1707 // |bitmap_data| passed into MergeFavicon().
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc863 // The client may have cached the favicon at 2x. Use MergeFavicon() as not to
868 favicon_service->MergeFavicon(bookmark_node->url(),

Completed in 121 milliseconds