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

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.cc73 // Key used to attach the Approval to the DownloadItem.
221 WebstoreInstaller::Approval::Approval() function in class:extensions::WebstoreInstaller::Approval
231 scoped_ptr<WebstoreInstaller::Approval>
232 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
233 scoped_ptr<Approval> result(new Approval());
238 scoped_ptr<WebstoreInstaller::Approval>
239 WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
240 scoped_ptr<Approval> resul
[all...]
H A Dwebstore_installer.h101 // download was initiated by WebstoreInstaller. The Approval instance should
103 struct Approval : public base::SupportsUserData::Data { struct in class:extensions::WebstoreInstaller
104 static scoped_ptr<Approval> CreateWithInstallPrompt(Profile* profile);
106 // Creates an Approval for installing a shared module.
107 static scoped_ptr<Approval> CreateForSharedModule(Profile* profile);
109 // Creates an Approval that will skip putting up an install confirmation
114 static scoped_ptr<Approval> CreateWithNoInstallPrompt(
120 virtual ~Approval();
171 Approval();
174 // Gets the Approval associate
[all...]

Completed in 78 milliseconds