Searched defs:SetFaviconOutOfDateForPage (Results 1 - 3 of 3) sorted by relevance

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

Completed in 136 milliseconds