Searched refs:ShouldShowAppLauncher (Results 1 – 4 of 4) sorted by relevance
87 EXPECT_FALSE(apps_promo()->ShouldShowAppLauncher(installed_ids)); in TEST_F()97 EXPECT_TRUE(apps_promo()->ShouldShowAppLauncher(installed_ids)); in TEST_F()106 EXPECT_TRUE(apps_promo()->ShouldShowAppLauncher(installed_ids)); in TEST_F()115 EXPECT_TRUE(apps_promo()->ShouldShowAppLauncher(installed_ids)); in TEST_F()124 EXPECT_TRUE(apps_promo()->ShouldShowAppLauncher(installed_ids)); in TEST_F()
73 bool ShouldShowAppLauncher(const ExtensionIdSet& installed_ids);
159 bool AppsPromo::ShouldShowAppLauncher(const ExtensionIdSet& installed_ids) { in ShouldShowAppLauncher() function in AppsPromo
256 extensions_service_->apps_promo()->ShouldShowAppLauncher( in FillAppDictionary()