Home | History | Annotate | Download | only in extensions

Lines Matching defs:Approval

101   // download was initiated by WebstoreInstaller. The Approval instance should
103 struct Approval : public base::SupportsUserData::Data {
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 associated with the |download|, or NULL if there's none.
175 // Note that the Approval is owned by |download|.
176 static const Approval* GetAssociatedApproval(
184 // also associates the |approval| with this install.
190 scoped_ptr<Approval> approval,
274 scoped_ptr<Approval> approval_;