Searched refs:ExtensionSystemFactory (Results 1 - 10 of 10) sorted by path

/external/chromium_org/chrome/browser/chromeos/platform_keys/
H A Dplatform_keys_service_factory.cc32 DependsOn(extensions::ExtensionSystemFactory::GetInstance());
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation_manager_unittest.cc83 ExtensionSystemFactory::GetInstance()->
/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_context_keyed_service_factories.cc104 extensions::ExtensionSystemFactory::GetInstance();
H A Dchrome_extensions_browser_client.cc220 return ExtensionSystemFactory::GetInstance();
H A Dextension_sync_service_factory.cc33 DependsOn(extensions::ExtensionSystemFactory::GetInstance());
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...]
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 Dmenu_manager_unittest.cc567 static_cast<MockExtensionSystem*>(ExtensionSystemFactory::GetInstance()->
/external/chromium_org/chrome/browser/speech/extension_api/
H A Dtts_engine_extension_observer.cc41 DependsOn(extensions::ExtensionSystemFactory::GetInstance());
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc376 extensions::ExtensionSystemFactory::GetInstance()->SetTestingFactory(

Completed in 312 milliseconds