Searched defs:ShouldDisplayInAppLauncher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_ui_util.cc32 bool ShouldDisplayInAppLauncher(const Extension* extension, function in namespace:extensions::ui_util
40 return extension->ShouldDisplayInAppLauncher() &&
/external/chromium_org/extensions/common/
H A Dextension.cc306 bool Extension::ShouldDisplayInAppLauncher() const { function in class:extensions::Extension
354 if (is_app() && !ShouldDisplayInAppLauncher() && !ShouldDisplayInNewTabPage())

Completed in 121 milliseconds