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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_ui_util.h33 bool ShouldDisplayInNewTabPage(const Extension* extension,
H A Dextension_ui_util.cc44 bool ShouldDisplayInNewTabPage(const Extension* extension, function in namespace:extensions::ui_util
46 return extension->ShouldDisplayInNewTabPage() &&
H A Dextension_service.cc1412 extension->ShouldDisplayInNewTabPage() &&
1831 extension->id(), extension->ShouldDisplayInNewTabPage());
/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/extensions/common/
H A Dextension.cc311 bool Extension::ShouldDisplayInNewTabPage() const { function in class:extensions::Extension
354 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
H A Dextension.h262 bool ShouldDisplayInNewTabPage() const;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dapp_launcher_handler.cc262 if (!extensions::ui_util::ShouldDisplayInNewTabPage(
303 if (!extensions::ui_util::ShouldDisplayInNewTabPage(
370 if (extension && extensions::ui_util::ShouldDisplayInNewTabPage(

Completed in 4151 milliseconds