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

/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.h75 // download was initiated by WebstoreInstaller. The Approval instance should
77 struct Approval : public base::SupportsUserData::Data { struct in class:extensions::WebstoreInstaller
78 static scoped_ptr<Approval> CreateWithInstallPrompt(Profile* profile);
79 static scoped_ptr<Approval> CreateWithNoInstallPrompt(
84 virtual ~Approval();
118 Approval();
121 // Gets the Approval associated with the |download|, or NULL if there's none.
122 // Note that the Approval is owned by |download|.
123 static const Approval* GetAssociatedApproval(
137 scoped_ptr<Approval> approva
[all...]
H A Dwebstore_installer.cc62 // Key used to attach the Approval to the DownloadItem.
162 WebstoreInstaller::Approval::Approval() function in class:extensions::WebstoreInstaller::Approval
170 scoped_ptr<WebstoreInstaller::Approval>
171 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
172 scoped_ptr<Approval> result(new Approval());
177 scoped_ptr<WebstoreInstaller::Approval>
178 WebstoreInstaller::Approval::CreateWithNoInstallPrompt(
182 scoped_ptr<Approval> resul
[all...]

Completed in 55 milliseconds