ShellExtensionSystemFactory   41 apps/shell/browser/shell_browser_main_parts.cc   extensions::ShellExtensionSystemFactory::GetInstance();
ShellExtensionSystemFactory   16 apps/shell/browser/shell_extension_system_factory.cc ExtensionSystem* ShellExtensionSystemFactory::GetForBrowserContext(
ShellExtensionSystemFactory   23 apps/shell/browser/shell_extension_system_factory.cc ShellExtensionSystemFactory* ShellExtensionSystemFactory::GetInstance() {
ShellExtensionSystemFactory   24 apps/shell/browser/shell_extension_system_factory.cc   return Singleton<ShellExtensionSystemFactory>::get();
ShellExtensionSystemFactory   27 apps/shell/browser/shell_extension_system_factory.cc ShellExtensionSystemFactory::ShellExtensionSystemFactory()
ShellExtensionSystemFactory   34 apps/shell/browser/shell_extension_system_factory.cc ShellExtensionSystemFactory::~ShellExtensionSystemFactory() {}
ShellExtensionSystemFactory   36 apps/shell/browser/shell_extension_system_factory.cc KeyedService* ShellExtensionSystemFactory::BuildServiceInstanceFor(
ShellExtensionSystemFactory   41 apps/shell/browser/shell_extension_system_factory.cc BrowserContext* ShellExtensionSystemFactory::GetBrowserContextToUse(
ShellExtensionSystemFactory   47 apps/shell/browser/shell_extension_system_factory.cc bool ShellExtensionSystemFactory::ServiceIsCreatedWithBrowserContext() const {
ShellExtensionSystemFactory   14 apps/shell/browser/shell_extension_system_factory.h class ShellExtensionSystemFactory : public ExtensionSystemProvider {
ShellExtensionSystemFactory   20 apps/shell/browser/shell_extension_system_factory.h   static ShellExtensionSystemFactory* GetInstance();
ShellExtensionSystemFactory   23 apps/shell/browser/shell_extension_system_factory.h   friend struct DefaultSingletonTraits<ShellExtensionSystemFactory>;
ShellExtensionSystemFactory   25 apps/shell/browser/shell_extension_system_factory.h   ShellExtensionSystemFactory();
ShellExtensionSystemFactory   26 apps/shell/browser/shell_extension_system_factory.h   virtual ~ShellExtensionSystemFactory();
ShellExtensionSystemFactory   35 apps/shell/browser/shell_extension_system_factory.h   DISALLOW_COPY_AND_ASSIGN(ShellExtensionSystemFactory);
ShellExtensionSystemFactory  200 apps/shell/browser/shell_extensions_browser_client.cc   return ShellExtensionSystemFactory::GetInstance();