Searched refs:AbortLaunch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher.cc309 void EphemeralAppLauncher::AbortLaunch(webstore_install::Result result, function in class:EphemeralAppLauncher
332 AbortLaunch(webstore_install::OTHER_ERROR, std::string());
337 AbortLaunch(webstore_install::BLACKLISTED, kBlacklistedError);
342 AbortLaunch(webstore_install::REQUIREMENT_VIOLATIONS,
409 AbortLaunch(webstore_install::INVALID_MANIFEST, kInvalidManifestError);
416 AbortLaunch(result, error);
421 AbortLaunch(webstore_install::LAUNCH_UNSUPPORTED_EXTENSION_TYPE,
430 AbortLaunch(webstore_install::SUCCESS, std::string());
432 AbortLaunch(webstore_install::INVALID_MANIFEST, kInvalidManifestError);
H A Dephemeral_app_launcher.h109 void AbortLaunch(extensions::webstore_install::Result result,

Completed in 337 milliseconds