Home
last modified time | relevance | path

Searched refs:favicons_changed (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/browser/
H A Dhistory_backend.cc1818 std::set<GURL> favicons_changed; in SetImportedFavicons() local
1852 favicons_changed.insert(*url); in SetImportedFavicons()
1861 favicons_changed.insert(*url); in SetImportedFavicons()
1867 if (!favicons_changed.empty()) { in SetImportedFavicons()
1869 NotifyFaviconsChanged(favicons_changed, GURL()); in SetImportedFavicons()
1889 std::set<GURL> favicons_changed(redirect_list.begin(), redirect_list.end()); in SendFaviconChangedNotificationForPageAndRedirects() local
1890 NotifyFaviconsChanged(favicons_changed, GURL()); in SendFaviconChangedNotificationForPageAndRedirects()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/browser/
H A Dhistory_backend.cc2115 std::set<GURL> favicons_changed; in SetImportedFavicons() local
2149 favicons_changed.insert(*url); in SetImportedFavicons()
2158 favicons_changed.insert(*url); in SetImportedFavicons()
2164 if (!favicons_changed.empty()) { in SetImportedFavicons()
2166 NotifyFaviconsChanged(favicons_changed, GURL()); in SetImportedFavicons()
2527 std::set<GURL> favicons_changed(redirect_list.begin(), redirect_list.end()); in SendFaviconChangedNotificationForPageAndRedirects() local
2528 NotifyFaviconsChanged(favicons_changed, GURL()); in SendFaviconChangedNotificationForPageAndRedirects()