Searched refs:ExtensionSystemSharedFactory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_factory.cc20 // ExtensionSystemSharedFactory
24 ExtensionSystemSharedFactory::GetForBrowserContext(
31 ExtensionSystemSharedFactory* ExtensionSystemSharedFactory::GetInstance() {
32 return Singleton<ExtensionSystemSharedFactory>::get();
35 ExtensionSystemSharedFactory::ExtensionSystemSharedFactory() function in class:extensions::ExtensionSystemSharedFactory
48 ExtensionSystemSharedFactory::~ExtensionSystemSharedFactory() {
51 KeyedService* ExtensionSystemSharedFactory
[all...]
H A Dextension_system_factory.h18 class ExtensionSystemSharedFactory : public BrowserContextKeyedServiceFactory { class in namespace:extensions
23 static ExtensionSystemSharedFactory* GetInstance();
26 friend struct DefaultSingletonTraits<ExtensionSystemSharedFactory>;
28 ExtensionSystemSharedFactory();
29 virtual ~ExtensionSystemSharedFactory();
37 DISALLOW_COPY_AND_ASSIGN(ExtensionSystemSharedFactory);
H A Dextension_system_impl.h18 class ExtensionSystemSharedFactory;
74 friend class ExtensionSystemSharedFactory;
H A Dextension_system_impl.cc516 shared_ = ExtensionSystemSharedFactory::GetForBrowserContext(profile);

Completed in 523 milliseconds