ShouldDisplayInAppLauncher   53 chrome/browser/apps/shortcut_manager.cc       extension->ShouldDisplayInAppLauncher();
ShouldDisplayInAppLauncher  160 chrome/browser/autocomplete/extension_app_provider.cc     if (!app->ShouldDisplayInAppLauncher())
ShouldDisplayInAppLauncher   45 chrome/browser/ui/app_list/extension_app_model_builder.cc   return app->ShouldDisplayInAppLauncher() && !blocked_by_policy;
ShouldDisplayInAppLauncher  144 chrome/browser/ui/app_list/extension_app_model_builder.cc   if (!extension->ShouldDisplayInAppLauncher())
ShouldDisplayInAppLauncher  184 chrome/browser/ui/app_list/extension_app_model_builder.cc   if (!extension->ShouldDisplayInAppLauncher())
ShouldDisplayInAppLauncher  237 chrome/browser/ui/app_list/extension_app_model_builder.cc     if (!ShouldDisplayInAppLauncher(profile_, *app))
ShouldDisplayInAppLauncher   76 chrome/browser/ui/app_list/recommended_apps.cc     if (!(*app)->ShouldDisplayInAppLauncher())
ShouldDisplayInAppLauncher   86 chrome/browser/ui/app_list/search/app_search_provider.cc     if (!app->ShouldDisplayInAppLauncher())
ShouldDisplayInAppLauncher  165 chrome/common/extensions/sync_type_unittest.cc   EXPECT_FALSE(extension->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  172 chrome/common/extensions/sync_type_unittest.cc   EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  190 chrome/common/extensions/sync_type_unittest.cc   EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  198 chrome/common/extensions/sync_type_unittest.cc   EXPECT_FALSE(app->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  206 chrome/common/extensions/sync_type_unittest.cc   EXPECT_FALSE(app->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  215 chrome/common/extensions/sync_type_unittest.cc   EXPECT_TRUE(app->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  162 chrome/test/remoting/remote_desktop_browsertest.cc     EXPECT_TRUE(extension->ShouldDisplayInAppLauncher());
ShouldDisplayInAppLauncher  385 extensions/common/extension.cc   if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
ShouldDisplayInAppLauncher  261 extensions/common/extension.h   bool ShouldDisplayInAppLauncher() const;