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

  /external/chromium_org/chrome/browser/extensions/api/webstore_private/
webstore_private_api.h 46 class WebstorePrivateInstallBundleFunction
53 WebstorePrivateInstallBundleFunction();
61 virtual ~WebstorePrivateInstallBundleFunction();
webstore_private_api.cc 206 WebstorePrivateInstallBundleFunction::WebstorePrivateInstallBundleFunction() {}
207 WebstorePrivateInstallBundleFunction::~WebstorePrivateInstallBundleFunction() {}
209 bool WebstorePrivateInstallBundleFunction::RunImpl() {
226 bool WebstorePrivateInstallBundleFunction::
240 void WebstorePrivateInstallBundleFunction::OnBundleInstallApproved() {
246 void WebstorePrivateInstallBundleFunction::OnBundleInstallCanceled(
258 void WebstorePrivateInstallBundleFunction::OnBundleInstallCompleted() {

Completed in 444 milliseconds