OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompleteInstall
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc
56
// All code paths from here eventually lead to either
CompleteInstall
or
61
CompleteInstall
(webstore_install::INVALID_ID, kInvalidWebstoreItemId);
68
CompleteInstall
(result, error);
131
void WebstoreStandaloneInstaller::
CompleteInstall
(
200
CompleteInstall
(webstore_install::ABORTED, std::string());
227
CompleteInstall
(webstore_install::INVALID_MANIFEST,
249
CompleteInstall
(install_result, install_message);
265
CompleteInstall
(webstore_install::USER_CANCELLED, kUserCancelledError);
270
CompleteInstall
(webstore_install::WEBSTORE_REQUEST_ERROR,
279
CompleteInstall
(webstore_install::ABORTED, std::string())
[
all
...]
bundle_installer.h
38
// 2)
CompleteInstall
: install the CRXs and show confirmation bubble
102
void
CompleteInstall
(content::WebContents* web_contents, Delegate* delegate);
webstore_standalone_installer.h
81
virtual void
CompleteInstall
(webstore_install::Result result,
143
//
CompleteInstall
() with an error code. The default implementation calls
192
// All flows (whether successful or not) end up in
CompleteInstall
, which
crx_installer.cc
615
base::Bind(&CrxInstaller::
CompleteInstall
, this)))
637
base::Bind(&CrxInstaller::
CompleteInstall
, this)))
665
void CrxInstaller::
CompleteInstall
() {
[
all
...]
crx_installer.h
248
void
CompleteInstall
();
bundle_installer.cc
144
void BundleInstaller::
CompleteInstall
(content::WebContents* web_contents,
246
Release(); // Balanced in
CompleteInstall
().
/external/chromium_org/chrome/browser/apps/
install_chrome_app.cc
64
CompleteInstall
(extensions::webstore_install::NOT_PERMITTED,
ephemeral_app_launcher.cc
312
WebstoreStandaloneInstaller::
CompleteInstall
(result, error);
439
void EphemeralAppLauncher::
CompleteInstall
(webstore_install::Result result,
446
WebstoreStandaloneInstaller::
CompleteInstall
(result, error);
457
//
CompleteInstall
will call Release.
458
WebstoreStandaloneInstaller::
CompleteInstall
(webstore_install::SUCCESS,
463
//
CompleteInstall
will call Release.
464
CompleteInstall
(webstore_install::USER_CANCELLED, kUserCancelledError);
ephemeral_app_launcher.h
135
virtual void
CompleteInstall
(extensions::webstore_install::Result result,
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc
58
namespace
CompleteInstall
= api::webstore_private::
CompleteInstall
;
196
bundle_->
CompleteInstall
(
456
scoped_ptr<
CompleteInstall
::Params> params(
457
CompleteInstall
::Params::Create(*args_));
Completed in 79 milliseconds