HomeSort by relevance Sort by last modified time
    Searched defs:NotifyFaviconChanged (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
history_service.cc 161 virtual void NotifyFaviconChanged(const std::set<GURL>& urls) OVERRIDE {
166 &HistoryService::NotifyFaviconChanged, history_service_, urls));
    [all...]
history_backend_unittest.cc 95 virtual void NotifyFaviconChanged(const std::set<GURL>& urls) OVERRIDE;
148 void NotifyFaviconChanged(const std::set<GURL>& changed_favicons) {
212 void HistoryBackendTestDelegate::NotifyFaviconChanged(
214 test_->NotifyFaviconChanged(changed_favicons);
    [all...]

Completed in 48 milliseconds