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

/external/chromium_org/chrome/browser/extensions/
H A Dunpacked_installer.h26 // per UnpackedInstaller.
29 class UnpackedInstaller class in namespace:extensions
30 : public base::RefCountedThreadSafe<UnpackedInstaller> {
35 static scoped_refptr<UnpackedInstaller> Create(
72 friend class base::RefCountedThreadSafe<UnpackedInstaller>;
74 explicit UnpackedInstaller(ExtensionService* extension_service);
75 virtual ~UnpackedInstaller();
136 DISALLOW_COPY_AND_ASSIGN(UnpackedInstaller);
H A Dunpacked_installer.cc102 scoped_refptr<UnpackedInstaller> UnpackedInstaller::Create(
105 return scoped_refptr<UnpackedInstaller>(
106 new UnpackedInstaller(extension_service));
109 UnpackedInstaller::UnpackedInstaller(ExtensionService* extension_service) function in class:extensions::UnpackedInstaller
118 UnpackedInstaller::~UnpackedInstaller() {
123 void UnpackedInstaller::Load(const base::FilePath& path_in) {
129 base::Bind(&UnpackedInstaller
[all...]

Completed in 174 milliseconds