Searched defs:WebstoreInstallHelper (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_install_helper.cc30 WebstoreInstallHelper::WebstoreInstallHelper( function in class:extensions::WebstoreInstallHelper
47 WebstoreInstallHelper::~WebstoreInstallHelper() {}
49 void WebstoreInstallHelper::Start() {
59 base::Bind(&WebstoreInstallHelper::StartWorkOnIOThread, this));
74 void WebstoreInstallHelper::StartWorkOnIOThread() {
87 void WebstoreInstallHelper::OnURLFetchComplete(
96 base::Bind(&WebstoreInstallHelper::OnDecodeImageFailed, this));
106 base::Bind(&WebstoreInstallHelper
[all...]
H A Dwebstore_install_helper.h38 // WebstoreInstallHelper::Delegate interface to receive the parsed data.
39 class WebstoreInstallHelper : public content::UtilityProcessHostClient, class in namespace:extensions
70 WebstoreInstallHelper(Delegate* delegate,
79 virtual ~WebstoreInstallHelper();

Completed in 78 milliseconds