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.
222 WebstoreInstaller::Approval::Approval() function in class:extensions::WebstoreInstaller::Approval
232 scoped_ptr<WebstoreInstaller::Approval>
233 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
234 scoped_ptr<Approval> result(new Approval());
239 scoped_ptr<WebstoreInstaller::Approval>
240 WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
241 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 237 milliseconds