HomeSort by relevance Sort by last modified time
    Searched defs:WebstoreInstallHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
webstore_install_helper.cc 30 WebstoreInstallHelper::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::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();

Completed in 41 milliseconds