Searched refs:AbortLaunch (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/browser/apps/ |
D | ephemeral_app_launcher.cc | 309 void EphemeralAppLauncher::AbortLaunch(webstore_install::Result result, in AbortLaunch() function in EphemeralAppLauncher 332 AbortLaunch(webstore_install::OTHER_ERROR, std::string()); in OnInstallChecked() 337 AbortLaunch(webstore_install::BLACKLISTED, kBlacklistedError); in OnInstallChecked() 342 AbortLaunch(webstore_install::REQUIREMENT_VIOLATIONS, in OnInstallChecked() 409 AbortLaunch(webstore_install::INVALID_MANIFEST, kInvalidManifestError); in OnManifestParsed() 416 AbortLaunch(result, error); in OnManifestParsed() 421 AbortLaunch(webstore_install::LAUNCH_UNSUPPORTED_EXTENSION_TYPE, in OnManifestParsed() 430 AbortLaunch(webstore_install::SUCCESS, std::string()); in OnManifestParsed() 432 AbortLaunch(webstore_install::INVALID_MANIFEST, kInvalidManifestError); in OnManifestParsed()
|
D | ephemeral_app_launcher.h | 109 void AbortLaunch(extensions::webstore_install::Result result,
|