ExtensionSystemSharedFactory   23 chrome/browser/extensions/extension_system_factory.cc ExtensionSystemSharedFactory::GetForBrowserContext(
ExtensionSystemSharedFactory   30 chrome/browser/extensions/extension_system_factory.cc ExtensionSystemSharedFactory* ExtensionSystemSharedFactory::GetInstance() {
ExtensionSystemSharedFactory   31 chrome/browser/extensions/extension_system_factory.cc   return Singleton<ExtensionSystemSharedFactory>::get();
ExtensionSystemSharedFactory   34 chrome/browser/extensions/extension_system_factory.cc ExtensionSystemSharedFactory::ExtensionSystemSharedFactory()
ExtensionSystemSharedFactory   46 chrome/browser/extensions/extension_system_factory.cc ExtensionSystemSharedFactory::~ExtensionSystemSharedFactory() {
ExtensionSystemSharedFactory   49 chrome/browser/extensions/extension_system_factory.cc KeyedService* ExtensionSystemSharedFactory::BuildServiceInstanceFor(
ExtensionSystemSharedFactory   54 chrome/browser/extensions/extension_system_factory.cc content::BrowserContext* ExtensionSystemSharedFactory::GetBrowserContextToUse(
ExtensionSystemSharedFactory   79 chrome/browser/extensions/extension_system_factory.cc   DependsOn(ExtensionSystemSharedFactory::GetInstance());
ExtensionSystemSharedFactory   18 chrome/browser/extensions/extension_system_factory.h class ExtensionSystemSharedFactory : public BrowserContextKeyedServiceFactory {
ExtensionSystemSharedFactory   23 chrome/browser/extensions/extension_system_factory.h   static ExtensionSystemSharedFactory* GetInstance();
ExtensionSystemSharedFactory   26 chrome/browser/extensions/extension_system_factory.h   friend struct DefaultSingletonTraits<ExtensionSystemSharedFactory>;
ExtensionSystemSharedFactory   28 chrome/browser/extensions/extension_system_factory.h   ExtensionSystemSharedFactory();
ExtensionSystemSharedFactory   29 chrome/browser/extensions/extension_system_factory.h   virtual ~ExtensionSystemSharedFactory();
ExtensionSystemSharedFactory   37 chrome/browser/extensions/extension_system_factory.h   DISALLOW_COPY_AND_ASSIGN(ExtensionSystemSharedFactory);
ExtensionSystemSharedFactory  315 chrome/browser/extensions/extension_system_impl.cc   shared_ = ExtensionSystemSharedFactory::GetForBrowserContext(profile);
ExtensionSystemSharedFactory   15 chrome/browser/extensions/extension_system_impl.h class ExtensionSystemSharedFactory;
ExtensionSystemSharedFactory   62 chrome/browser/extensions/extension_system_impl.h   friend class ExtensionSystemSharedFactory;