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 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();

Completed in 353 milliseconds