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

/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.cc86 scoped_refptr<CrxInstaller> CrxInstaller::CreateSilent(
88 return new CrxInstaller(frontend->AsWeakPtr(),
94 scoped_refptr<CrxInstaller> CrxInstaller::Create(
97 return new CrxInstaller(frontend->AsWeakPtr(), client.Pass(), NULL);
101 scoped_refptr<CrxInstaller> CrxInstaller::Create(
105 return new CrxInstaller(service->AsWeakPtr(), client.Pass(), approval);
108 CrxInstaller function in class:extensions::CrxInstaller
[all...]
H A Dcrx_installer.h58 // IMPORTANT: Callers should keep a reference to a CrxInstaller while they are
61 // scoped_refptr<CrxInstaller> installer(new CrxInstaller(...));
70 class CrxInstaller class in namespace:extensions
86 static scoped_refptr<CrxInstaller> CreateSilent(ExtensionService* service);
89 static scoped_refptr<CrxInstaller> Create(
95 static scoped_refptr<CrxInstaller> Create(
209 CrxInstaller(base::WeakPtr<ExtensionService> service_weak,
212 virtual ~CrxInstaller();
424 DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
[all...]

Completed in 123 milliseconds