Searched refs:IsAppLaunchable (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_util.h85 bool IsAppLaunchable(const std::string& extension_id,
H A Dapp_icon_loader_impl.cc108 if (!util::IsAppLaunchable(id, profile_)) {
H A Dextension_util.cc230 bool IsAppLaunchable(const std::string& extension_id, function in namespace:extensions::util
/external/chromium_org/chrome/browser/ui/app_list/
H A Dextension_app_item.cc186 const bool enabled = extensions::util::IsAppLaunchable(extension_id_,
274 if (!extensions::util::IsAppLaunchable(extension_id_, profile_))
314 if (!extensions::util::IsAppLaunchable(extension_id_, profile_))
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dapp_result.cc99 if (!extensions::util::IsAppLaunchable(app_id_, profile_))
174 if (!extensions::util::IsAppLaunchable(app_id_, profile_)) {
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.cc217 if (!extensions::util::IsAppLaunchable(extension->id(), profile())) {

Completed in 98 milliseconds