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

  /external/chromium_org/chrome/browser/extensions/
extension_ui_util.cc 31 bool ShouldDisplayInAppLauncher(const Extension* extension,
39 return extension->ShouldDisplayInAppLauncher() &&
  /external/chromium_org/extensions/common/
extension.cc 322 bool Extension::ShouldDisplayInAppLauncher() const {
370 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())

Completed in 68 milliseconds