Searched refs:CloneFavicons (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_service.cc283 history_service_->CloneFavicons(old_page_url, new_page_url);
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h279 void CloneFavicons(const GURL& old_page_url, const GURL& new_page_url);
H A Dhistory_service.h728 void CloneFavicons(const GURL& old_page_url, const GURL& new_page_url);
H A Dhistory_service.cc649 void HistoryService::CloneFavicons(const GURL& old_page_url, function in class:HistoryService
653 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::CloneFavicons,
H A Dhistory_backend_unittest.cc2512 backend_->CloneFavicons(url, same_domain_url);
2519 backend_->CloneFavicons(url, foreign_domain_url);
H A Dhistory_backend.cc1828 void HistoryBackend::CloneFavicons(const GURL& old_page_url, function in class:history::HistoryBackend

Completed in 150 milliseconds