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

  /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/common/extensions/
extension.cc 383 bool Extension::ShouldDisplayInNewTabPage() const {
426 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())

Completed in 220 milliseconds