Home
last modified time | relevance | path

Searched refs:ShowBannerUi (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/banners/
H A Dapp_banner_manager_desktop.h78 void ShowBannerUi(WebappInstallSource install_source) override;
H A Dapp_banner_manager_android.h96 void ShowBannerUi(WebappInstallSource install_source) override;
H A Dapp_banner_manager_android.cc149 ShowBannerUi(InstallableMetrics::GetInstallSource( in AddToHomescreenFromBadge()
224 void AppBannerManagerAndroid::ShowBannerUi(WebappInstallSource install_source) { in ShowBannerUi() function in banners::AppBannerManagerAndroid
H A Dapp_banner_manager.h360 virtual void ShowBannerUi(WebappInstallSource install_source) = 0;
H A Dapp_banner_manager_desktop.cc195 void AppBannerManagerDesktop::ShowBannerUi(WebappInstallSource install_source) { in ShowBannerUi() function in banners::AppBannerManagerDesktop
H A Dapp_banner_manager.cc879 ShowBannerUi(install_source); in ShowBanner()
H A Dapp_banner_manager_browsertest.cc92 void ShowBannerUi(WebappInstallSource install_source) override { in ShowBannerUi() function in banners::AppBannerManagerTest