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

  /external/chromium_org/chrome/browser/ui/app_list/
apps_model_builder.cc 42 bool ShouldDisplayInAppLauncher(Profile* profile,
49 return app->ShouldDisplayInAppLauncher() && !blocked_by_policy;
114 if (!extension->ShouldDisplayInAppLauncher())
165 if (ShouldDisplayInAppLauncher(profile_, *app))
  /external/chromium_org/chrome/common/extensions/
extension.cc 378 bool Extension::ShouldDisplayInAppLauncher() const {
426 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())

Completed in 33 milliseconds