Home
last modified time | relevance | path

Searched refs:SetFaviconOutOfDateForPage (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dfavicon_service.cc69 void FaviconService::SetFaviconOutOfDateForPage(const GURL& page_url) { in SetFaviconOutOfDateForPage() function in FaviconService
72 hs->SetFaviconOutOfDateForPage(page_url); in SetFaviconOutOfDateForPage()
Dfavicon_service.h79 void SetFaviconOutOfDateForPage(const GURL& page_url);
/external/chromium/chrome/browser/history/
Dhistory.cc488 void HistoryService::SetFaviconOutOfDateForPage(const GURL& page_url) { in SetFaviconOutOfDateForPage() function in HistoryService
490 &HistoryBackend::SetFaviconOutOfDateForPage, page_url); in SetFaviconOutOfDateForPage()
Dhistory_backend.h231 void SetFaviconOutOfDateForPage(const GURL& page_url);
Dhistory.h663 void SetFaviconOutOfDateForPage(const GURL& page_url);
Dhistory_backend.cc1614 void HistoryBackend::SetFaviconOutOfDateForPage(const GURL& page_url) { in SetFaviconOutOfDateForPage() function in history::HistoryBackend