HomeSort by relevance Sort by last modified time
    Searched defs:ExtensionSystemFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
extension_system_factory.h 42 class ExtensionSystemFactory : public ExtensionSystemProvider {
48 static ExtensionSystemFactory* GetInstance();
51 friend struct DefaultSingletonTraits<ExtensionSystemFactory>;
53 ExtensionSystemFactory();
54 virtual ~ExtensionSystemFactory();
63 DISALLOW_COPY_AND_ASSIGN(ExtensionSystemFactory);
extension_system_factory.cc 60 // ExtensionSystemFactory
63 ExtensionSystem* ExtensionSystemFactory::GetForBrowserContext(
70 ExtensionSystemFactory* ExtensionSystemFactory::GetInstance() {
71 return Singleton<ExtensionSystemFactory>::get();
74 ExtensionSystemFactory::ExtensionSystemFactory()
78 << "ExtensionSystemFactory must be initialized after BrowserProcess";
82 ExtensionSystemFactory::~ExtensionSystemFactory() {
    [all...]

Completed in 329 milliseconds