Searched defs:SchemaRegistryServiceFactory (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/policy/
H A Dschema_registry_service_factory.cc60 SchemaRegistryServiceFactory* SchemaRegistryServiceFactory::GetInstance() {
61 return Singleton<SchemaRegistryServiceFactory>::get();
65 SchemaRegistryService* SchemaRegistryServiceFactory::GetForContext(
72 SchemaRegistryServiceFactory::CreateForContext(
80 SchemaRegistryServiceFactory::SchemaRegistryServiceFactory() function in class:policy::SchemaRegistryServiceFactory
85 SchemaRegistryServiceFactory::~SchemaRegistryServiceFactory() {}
87 SchemaRegistryService* SchemaRegistryServiceFactory
[all...]
H A Dschema_registry_service_factory.h30 class SchemaRegistryServiceFactory : public BrowserContextKeyedBaseFactory { class in namespace:policy
32 // Returns the SchemaRegistryServiceFactory singleton.
33 static SchemaRegistryServiceFactory* GetInstance();
48 friend struct DefaultSingletonTraits<SchemaRegistryServiceFactory>;
50 SchemaRegistryServiceFactory();
51 virtual ~SchemaRegistryServiceFactory();
75 DISALLOW_COPY_AND_ASSIGN(SchemaRegistryServiceFactory);

Completed in 94 milliseconds