HomeSort by relevance Sort by last modified time
    Searched refs:ShouldDisplayInNewTabPage (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_ui_util.h 33 bool ShouldDisplayInNewTabPage(const Extension* extension,
extension_ui_util.cc 43 bool ShouldDisplayInNewTabPage(const Extension* extension,
45 return extension->ShouldDisplayInNewTabPage() &&
extension_service.cc     [all...]
  /external/chromium_org/chrome/common/extensions/
sync_type_unittest.cc 166 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/
extension.cc 327 bool Extension::ShouldDisplayInNewTabPage() const {
370 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
extension.h 263 bool ShouldDisplayInNewTabPage() const;
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 263 if (!extensions::ui_util::ShouldDisplayInNewTabPage(
306 if (!extensions::ui_util::ShouldDisplayInNewTabPage(
374 if (extension && extensions::ui_util::ShouldDisplayInNewTabPage(

Completed in 83 milliseconds