ShouldDisplayInNewTabPage 1638 chrome/browser/extensions/extension_service.cc if (!extension->ShouldDisplayInNewTabPage()) { ShouldDisplayInNewTabPage 80 chrome/browser/ui/webui/ntp/app_launcher_handler.cc return app->ShouldDisplayInNewTabPage() && !blocked_by_policy; ShouldDisplayInNewTabPage 270 chrome/browser/ui/webui/ntp/app_launcher_handler.cc if (!ShouldDisplayInNewTabPage(extension, prefs)) ShouldDisplayInNewTabPage 311 chrome/browser/ui/webui/ntp/app_launcher_handler.cc if (!ShouldDisplayInNewTabPage(extension, prefs)) ShouldDisplayInNewTabPage 376 chrome/browser/ui/webui/ntp/app_launcher_handler.cc if (extension && ShouldDisplayInNewTabPage(extension, prefs)) { ShouldDisplayInNewTabPage 166 chrome/common/extensions/sync_type_unittest.cc EXPECT_FALSE(extension->ShouldDisplayInNewTabPage()); ShouldDisplayInNewTabPage 173 chrome/common/extensions/sync_type_unittest.cc EXPECT_TRUE(app->ShouldDisplayInNewTabPage()); ShouldDisplayInNewTabPage 191 chrome/common/extensions/sync_type_unittest.cc EXPECT_TRUE(app->ShouldDisplayInNewTabPage()); ShouldDisplayInNewTabPage 199 chrome/common/extensions/sync_type_unittest.cc EXPECT_FALSE(app->ShouldDisplayInNewTabPage()); ShouldDisplayInNewTabPage 207 chrome/common/extensions/sync_type_unittest.cc EXPECT_TRUE(app->ShouldDisplayInNewTabPage()); ShouldDisplayInNewTabPage 216 chrome/common/extensions/sync_type_unittest.cc EXPECT_FALSE(app->ShouldDisplayInNewTabPage()); ShouldDisplayInNewTabPage 385 extensions/common/extension.cc if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage()) ShouldDisplayInNewTabPage 264 extensions/common/extension.h bool ShouldDisplayInNewTabPage() const;