Searched defs:NotifyFaviconChanged (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
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_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

Completed in 104 milliseconds