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

  /external/chromium_org/chrome/browser/extensions/
extension_system_factory.h 20 class ExtensionSystemSharedFactory : public BrowserContextKeyedServiceFactory {
25 static ExtensionSystemSharedFactory* GetInstance();
28 friend struct DefaultSingletonTraits<ExtensionSystemSharedFactory>;
30 ExtensionSystemSharedFactory();
31 virtual ~ExtensionSystemSharedFactory();
extension_system_factory.cc 18 // ExtensionSystemSharedFactory
22 ExtensionSystemSharedFactory::GetForProfile(Profile* profile) {
28 ExtensionSystemSharedFactory* ExtensionSystemSharedFactory::GetInstance() {
29 return Singleton<ExtensionSystemSharedFactory>::get();
32 ExtensionSystemSharedFactory::ExtensionSystemSharedFactory()
44 ExtensionSystemSharedFactory::~ExtensionSystemSharedFactory() {
48 ExtensionSystemSharedFactory::BuildServiceInstanceFor
    [all...]

Completed in 53 milliseconds