Searched refs:installed_app (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/installer/mac/
H A Dkeystone_install.sh936 local installed_app
937 if ! installed_app="$(ksadmin -pP "${product_id}" | sed -Ene \
939 [[ -z "${installed_app}" ]]; then
940 err "couldn't locate installed_app"
943 note "installed_app = ${installed_app}"
945 local want_full_installer_path="${installed_app}/.want_full_installer"
948 if [[ "${installed_app:0:1}" != "/" ]] ||
949 ! [[ -d "${installed_app}" ]]; then
950 err "installed_app mus
[all...]
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_service_browsertest.cc171 const Extension* installed_app = InstallPlatformApp(kNotificationsTestApp); local
176 ASSERT_TRUE(installed_app);
184 EXPECT_TRUE(registry->enabled_extensions().Contains(installed_app->id()));
192 EXPECT_TRUE(registry->enabled_extensions().Contains(installed_app->id()));
200 installed_app->id(), Extension::DISABLE_INACTIVE_EPHEMERAL_APP));
/external/chromium_org/chrome/browser/extensions/
H A Disolated_app_browsertest.cc119 const Extension* installed_app = local
121 if (installed_app && installed_app->is_app())
122 return installed_app;

Completed in 423 milliseconds