Searched refs:SchemaRegistryServiceFactory (Results 1 - 11 of 11) sorted by relevance

/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);
H A Dprofile_policy_connector_factory.cc69 DependsOn(SchemaRegistryServiceFactory::GetInstance());
103 SchemaRegistryServiceFactory::GetForContext(profile)->registry();
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_manager_factory.cc116 DependsOn(SchemaRegistryServiceFactory::GetInstance());
164 SchemaRegistryServiceFactory::GetForContext(context)->registry());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc100 DependsOn(SchemaRegistryServiceFactory::GetInstance());
223 SchemaRegistryServiceFactory::GetForContext(profile)->registry());
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_browser_main_extra_parts_profiles.cc240 policy::SchemaRegistryServiceFactory::GetInstance();
H A Dprofile_impl.cc426 policy::SchemaRegistryServiceFactory::CreateForContext(
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc112 schema_registry_(policy::SchemaRegistryServiceFactory::GetForContext(
300 policy::SchemaRegistryServiceFactory::GetForContext(profile_)->registry();
H A Dsettings_apitest.cc436 policy::SchemaRegistryServiceFactory::GetForContext(profile)->registry();
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc729 policy::SchemaRegistryServiceFactory::CreateForContext(
732 policy::SchemaRegistryServiceFactory::GetForContext(this));
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc616 policy::SchemaRegistryServiceFactory::GetForContext(

Completed in 205 milliseconds