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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_factory.h42 class ExtensionSystemFactory : public ExtensionSystemProvider { class in namespace:extensions
48 static ExtensionSystemFactory* GetInstance();
51 friend struct DefaultSingletonTraits<ExtensionSystemFactory>;
53 ExtensionSystemFactory();
54 virtual ~ExtensionSystemFactory();
63 DISALLOW_COPY_AND_ASSIGN(ExtensionSystemFactory);
H A Dextension_system_factory.cc62 // ExtensionSystemFactory
65 ExtensionSystem* ExtensionSystemFactory::GetForBrowserContext(
72 ExtensionSystemFactory* ExtensionSystemFactory::GetInstance() {
73 return Singleton<ExtensionSystemFactory>::get();
76 ExtensionSystemFactory::ExtensionSystemFactory() function in class:extensions::ExtensionSystemFactory
80 << "ExtensionSystemFactory must be initialized after BrowserProcess";
84 ExtensionSystemFactory::~ExtensionSystemFactory() {
[all...]

Completed in 47 milliseconds