HomeSort by relevance Sort by last modified time
    Searched refs:SetFaviconOutOfDateForPage (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/
favicon_service.cc 69 void FaviconService::SetFaviconOutOfDateForPage(const GURL& page_url) {
72 hs->SetFaviconOutOfDateForPage(page_url);
favicon_service.h 79 void SetFaviconOutOfDateForPage(const GURL& page_url);
  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 190 void SetFaviconOutOfDateForPage(const GURL& page_url);
favicon_tab_helper.cc 171 favicon_service->SetFaviconOutOfDateForPage(url);
favicon_service.cc 204 void FaviconService::SetFaviconOutOfDateForPage(const GURL& page_url) {
  /external/chromium/chrome/browser/history/
history.cc 488 void HistoryService::SetFaviconOutOfDateForPage(const GURL& page_url) {
490 &HistoryBackend::SetFaviconOutOfDateForPage, page_url);
history_backend.h 231 void SetFaviconOutOfDateForPage(const GURL& page_url);
history.h 663 void SetFaviconOutOfDateForPage(const GURL& page_url);
    [all...]
history_backend.cc     [all...]

Completed in 401 milliseconds