OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebstoreInstallHelper
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc
31
WebstoreInstallHelper
::
WebstoreInstallHelper
(
48
WebstoreInstallHelper
::~
WebstoreInstallHelper
() {}
50
void
WebstoreInstallHelper
::Start() {
60
base::Bind(&
WebstoreInstallHelper
::StartWorkOnIOThread, this));
75
void
WebstoreInstallHelper
::StartWorkOnIOThread() {
88
void
WebstoreInstallHelper
::OnURLFetchComplete(
99
base::Bind(&
WebstoreInstallHelper
::OnDecodeImageFailed, this));
109
base::Bind(&
WebstoreInstallHelper
::StartFetchedImageDecode, this))
[
all
...]
webstore_install_helper.h
38
//
WebstoreInstallHelper
::Delegate interface to receive the parsed data.
39
class
WebstoreInstallHelper
: public content::UtilityProcessHostClient,
70
WebstoreInstallHelper
(Delegate* delegate,
79
virtual ~
WebstoreInstallHelper
();
webstore_standalone_installer.cc
349
scoped_refptr<
WebstoreInstallHelper
> helper =
350
new
WebstoreInstallHelper
(this,
390
case
WebstoreInstallHelper
::Delegate::MANIFEST_ERROR:
393
case
WebstoreInstallHelper
::Delegate::ICON_ERROR:
446
//
WebstoreInstallHelper
, ExtensionInstallPrompt and WebstoreInstaller, and
bundle_installer.cc
222
scoped_refptr<
WebstoreInstallHelper
> helper = new
WebstoreInstallHelper
(
315
WebstoreInstallHelper
::Delegate::InstallHelperResultCode result_code,
bundle_installer.h
40
class BundleInstaller : public
WebstoreInstallHelper
::Delegate,
126
// Parses the manifests using
WebstoreInstallHelper
.
148
//
WebstoreInstallHelper
::Delegate implementation:
webstore_standalone_installer.h
50
public
WebstoreInstallHelper
::Delegate {
204
//
WebstoreInstallHelper
::Delegate interface implementation.
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.cc
277
scoped_refptr<
WebstoreInstallHelper
> helper = new
WebstoreInstallHelper
(
348
WebstoreInstallHelper
::Delegate::MANIFEST_ERROR,
367
WebstoreInstallHelper
::Delegate::InstallHelperResultCode result_code,
371
// Map from
WebstoreInstallHelper
's result codes to ours.
373
case
WebstoreInstallHelper
::Delegate::UNKNOWN_ERROR:
376
case
WebstoreInstallHelper
::Delegate::ICON_ERROR:
379
case
WebstoreInstallHelper
::Delegate::MANIFEST_ERROR:
webstore_private_api.h
79
public
WebstoreInstallHelper
::Delegate {
117
//
WebstoreInstallHelper
::Delegate:
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc
190
// Use
WebstoreInstallHelper
to parse the manifest and decode the icon.
193
: public extensions::
WebstoreInstallHelper
::Delegate {
202
scoped_refptr<extensions::
WebstoreInstallHelper
> webstore_helper =
203
new extensions::
WebstoreInstallHelper
(this,
224
//
WebstoreInstallHelper
::Delegate overrides:
Completed in 719 milliseconds