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

  /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());
extension.h 248 bool ShouldDisplayInNewTabPage() const;
extension.cc 383 bool Extension::ShouldDisplayInNewTabPage() const {
426 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())
  /external/chromium_org/chrome/browser/ui/webui/ntp/
app_launcher_handler.cc 69 bool ShouldDisplayInNewTabPage(const Extension* app, PrefService* prefs) {
74 return app->ShouldDisplayInNewTabPage() && !blocked_by_policy;
255 if (!ShouldDisplayInNewTabPage(extension, prefs))
294 if (!ShouldDisplayInNewTabPage(extension, prefs))
358 if (extension && ShouldDisplayInNewTabPage(extension, prefs)) {
  /external/chromium_org/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 34 milliseconds