Home
last modified time | relevance | path

Searched refs:WebstoreInstallHelper (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dwebstore_install_helper.cc31 WebstoreInstallHelper::WebstoreInstallHelper( in WebstoreInstallHelper() function in extensions::WebstoreInstallHelper
48 WebstoreInstallHelper::~WebstoreInstallHelper() {} in ~WebstoreInstallHelper()
50 void WebstoreInstallHelper::Start() { in Start()
60 base::Bind(&WebstoreInstallHelper::StartWorkOnIOThread, this)); in Start()
75 void WebstoreInstallHelper::StartWorkOnIOThread() { in StartWorkOnIOThread()
88 void WebstoreInstallHelper::OnURLFetchComplete( in OnURLFetchComplete()
99 base::Bind(&WebstoreInstallHelper::OnDecodeImageFailed, this)); in OnURLFetchComplete()
109 base::Bind(&WebstoreInstallHelper::StartFetchedImageDecode, this)); in OnURLFetchComplete()
114 void WebstoreInstallHelper::StartFetchedImageDecode() { in StartFetchedImageDecode()
122 bool WebstoreInstallHelper::OnMessageReceived(const IPC::Message& message) { in OnMessageReceived()
[all …]
Dwebstore_install_helper.h39 class WebstoreInstallHelper : public content::UtilityProcessHostClient,
70 WebstoreInstallHelper(Delegate* delegate,
79 virtual ~WebstoreInstallHelper();
Dwebstore_standalone_installer.cc349 scoped_refptr<WebstoreInstallHelper> helper = in OnWebstoreResponseParseSuccess()
350 new WebstoreInstallHelper(this, in OnWebstoreResponseParseSuccess()
390 case WebstoreInstallHelper::Delegate::MANIFEST_ERROR: in OnWebstoreParseFailure()
393 case WebstoreInstallHelper::Delegate::ICON_ERROR: in OnWebstoreParseFailure()
Dbundle_installer.cc222 scoped_refptr<WebstoreInstallHelper> helper = new WebstoreInstallHelper( in ParseManifests()
315 WebstoreInstallHelper::Delegate::InstallHelperResultCode result_code, in OnWebstoreParseFailure()
Dbundle_installer.h40 class BundleInstaller : public WebstoreInstallHelper::Delegate,
Dwebstore_standalone_installer.h50 public WebstoreInstallHelper::Delegate {
/external/chromium_org/chrome/browser/extensions/api/webstore_private/
Dwebstore_private_api.cc277 scoped_refptr<WebstoreInstallHelper> helper = new WebstoreInstallHelper( in RunAsync()
348 WebstoreInstallHelper::Delegate::MANIFEST_ERROR, in OnWebstoreParseSuccess()
367 WebstoreInstallHelper::Delegate::InstallHelperResultCode result_code, in OnWebstoreParseFailure()
373 case WebstoreInstallHelper::Delegate::UNKNOWN_ERROR: in OnWebstoreParseFailure()
376 case WebstoreInstallHelper::Delegate::ICON_ERROR: in OnWebstoreParseFailure()
379 case WebstoreInstallHelper::Delegate::MANIFEST_ERROR: in OnWebstoreParseFailure()
Dwebstore_private_api.h79 public WebstoreInstallHelper::Delegate {
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_app_data.cc193 : public extensions::WebstoreInstallHelper::Delegate {
202 scoped_refptr<extensions::WebstoreInstallHelper> webstore_helper = in Start()
203 new extensions::WebstoreInstallHelper(this, in Start()