Searched refs:ShouldDisplayInNewTabPage (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/extensions/
H A Dsync_type_unittest.cc166 EXPECT_FALSE(extension->ShouldDisplayInNewTabPage());
173 EXPECT_TRUE(app->ShouldDisplayInNewTabPage());
191 EXPECT_TRUE(app->ShouldDisplayInNewTabPage());
199 EXPECT_FALSE(app->ShouldDisplayInNewTabPage());
207 EXPECT_TRUE(app->ShouldDisplayInNewTabPage());
216 EXPECT_FALSE(app->ShouldDisplayInNewTabPage());
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.cc70 bool ShouldDisplayInNewTabPage(const Extension* app, PrefService* prefs) { function in namespace:__anon6804
75 return app->ShouldDisplayInNewTabPage() && !blocked_by_policy;
262 if (!ShouldDisplayInNewTabPage(extension, prefs))
301 if (!ShouldDisplayInNewTabPage(extension, prefs))
366 if (extension && ShouldDisplayInNewTabPage(extension, prefs)) {
/external/chromium_org/extensions/common/
H A Dextension.cc342 bool Extension::ShouldDisplayInNewTabPage() const { function in class:extensions::Extension
386 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
H A Dextension.h251 bool ShouldDisplayInNewTabPage() const;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc1860 if (!extension->ShouldDisplayInNewTabPage()) {

Completed in 155 milliseconds