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

  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 71 // Key used to attach the Approval to the DownloadItem.
202 WebstoreInstaller::Approval::Approval()
212 scoped_ptr<WebstoreInstaller::Approval>
213 WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
214 scoped_ptr<Approval> result(new Approval());
219 scoped_ptr<WebstoreInstaller::Approval>
220 WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
221 scoped_ptr<Approval> result(new Approval())
438 scoped_ptr<Approval> approval = Approval::CreateForSharedModule(profile_); local
    [all...]
webstore_installer.h 92 // download was initiated by WebstoreInstaller. The Approval instance should
94 struct Approval : public base::SupportsUserData::Data {
95 static scoped_ptr<Approval> CreateWithInstallPrompt(Profile* profile);
97 // Creates an Approval for installing a shared module.
98 static scoped_ptr<Approval> CreateForSharedModule(Profile* profile);
100 // Creates an Approval that will skip putting up an install confirmation
105 static scoped_ptr<Approval> CreateWithNoInstallPrompt(
111 virtual ~Approval();
158 Approval();
161 // Gets the Approval associated with the |download|, or NULL if there's none
    [all...]

Completed in 25 milliseconds