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 73 // Key used to attach the Approval to the DownloadItem.
221 WebstoreInstaller::Approval::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> result(new Approval())
459 scoped_ptr<Approval> approval = Approval::CreateForSharedModule(profile_); local
689 const Approval* approval = GetAssociatedApproval(download); local
    [all...]
webstore_installer.h 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
    [all...]

Completed in 413 milliseconds