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

/external/chromium_org/chrome/browser/history/
H A Dhistory_service.cc161 virtual void NotifyFaviconChanged(const std::set<GURL>& urls) OVERRIDE {
166 &HistoryService::NotifyFaviconChanged, history_service_, urls));
1250 void HistoryService::NotifyFaviconChanged( function in class:HistoryService
H A Dhistory_backend.h125 virtual void NotifyFaviconChanged(const std::set<GURL>& urls) = 0;
H A Dhistory_service.h749 void NotifyFaviconChanged(const std::set<GURL>& changed_favicons);
H A Dhistory_backend_unittest.cc95 virtual void NotifyFaviconChanged(const std::set<GURL>& urls) OVERRIDE;
148 void NotifyFaviconChanged(const std::set<GURL>& changed_favicons) { function in class:history::HistoryBackendTestBase
212 void HistoryBackendTestDelegate::NotifyFaviconChanged( function in class:history::HistoryBackendTestDelegate
214 test_->NotifyFaviconChanged(changed_favicons);
H A Dhistory_backend.cc1901 delegate_->NotifyFaviconChanged(favicons_changed);
2242 delegate_->NotifyFaviconChanged(favicons_changed);
H A Dhistory_unittest.cc99 virtual void NotifyFaviconChanged(const std::set<GURL>& url) OVERRIDE {}
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc118 delegate->NotifyFaviconChanged(*changed_favicons);
H A Dandroid_provider_backend_unittest.cc75 virtual void NotifyFaviconChanged(const std::set<GURL>& url) OVERRIDE {

Completed in 1059 milliseconds