Searched refs:SchemaRegistry (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/chrome/browser/policy/
H A Dschema_registry_service.h16 class SchemaRegistry;
18 // A KeyedService associated with a Profile that contains a SchemaRegistry.
24 SchemaRegistryService(scoped_ptr<SchemaRegistry> registry,
29 SchemaRegistry* registry() const { return registry_.get(); }
32 scoped_ptr<SchemaRegistry> registry_;
H A Dschema_registry_service.cc14 scoped_ptr<SchemaRegistry> registry,
H A Dprofile_policy_connector.h23 class SchemaRegistry;
37 SchemaRegistry* schema_registry,
H A Dprofile_policy_connector_stub.cc17 SchemaRegistry* schema_registry,
H A Dschema_registry_service_factory.cc90 // PolicyService, and don't need their own SchemaRegistry nor any policy
107 scoped_ptr<SchemaRegistry> registry;
112 // The SchemaRegistry for a device-local account is owned by its
115 // Use a ForwardingSchemaRegistry that wraps this SchemaRegistry.
121 registry.reset(new SchemaRegistry);
H A Dprofile_policy_connector_unittest.cc57 SchemaRegistry schema_registry_;
H A Dprofile_policy_connector.cc61 SchemaRegistry* schema_registry,
/external/chromium_org/components/policy/core/common/
H A Dschema_registry.h28 class POLICY_EXPORT SchemaRegistry : public base::NonThreadSafe { class in namespace:policy
50 virtual void OnSchemaRegistryShuttingDown(SchemaRegistry* registry) = 0;
56 SchemaRegistry();
57 virtual ~SchemaRegistry();
95 DISALLOW_COPY_AND_ASSIGN(SchemaRegistry);
100 : public SchemaRegistry,
101 public SchemaRegistry::Observer,
102 public SchemaRegistry::InternalObserver {
107 void Track(SchemaRegistry* registry);
109 // SchemaRegistry
[all...]
H A Dconfiguration_policy_provider.h23 : public SchemaRegistry::Observer {
45 virtual void Init(SchemaRegistry* registry);
73 // SchemaRegistry::Observer:
83 SchemaRegistry* schema_registry() const;
94 SchemaRegistry* schema_registry_;
H A Dschema_registry.cc11 SchemaRegistry::Observer::~Observer() {}
13 SchemaRegistry::InternalObserver::~InternalObserver() {}
15 SchemaRegistry::SchemaRegistry() : schema_map_(new SchemaMap) { function in class:policy::SchemaRegistry
23 SchemaRegistry::~SchemaRegistry() {
29 void SchemaRegistry::RegisterComponent(const PolicyNamespace& ns,
36 void SchemaRegistry::RegisterComponents(PolicyDomain domain,
52 void SchemaRegistry::UnregisterComponent(const PolicyNamespace& ns) {
62 bool SchemaRegistry
[all...]
H A Dasync_policy_provider.h24 class SchemaRegistry;
35 AsyncPolicyProvider(SchemaRegistry* registry,
40 virtual void Init(SchemaRegistry* registry) OVERRIDE;
H A Dconfiguration_policy_provider.cc23 void ConfigurationPolicyProvider::Init(SchemaRegistry* registry) {
54 SchemaRegistry* ConfigurationPolicyProvider::schema_registry() const {
H A Dforwarding_policy_provider.h17 // This provider also tracks the SchemaRegistry, and becomes ready after making
19 // of the complete schema. It is expected that the delegate's SchemaRegistry
35 // Note also that this provider may have a SchemaRegistry passed in Init()
38 // the |delegate_|'s SchemaRegistry contains a superset of this provider's
39 // SchemaRegistry though (i.e. it's a CombinedSchemaRegistry that contains
40 // this provider's SchemaRegistry).
46 virtual void Init(SchemaRegistry* registry) OVERRIDE;
H A Dmock_configuration_policy_provider.h50 SchemaRegistry registry_;
H A Dschema_registry_unittest.cc43 class MockSchemaRegistryObserver : public SchemaRegistry::Observer {
68 SchemaRegistry registry;
111 SchemaRegistry registry;
143 scoped_ptr<SchemaRegistry> registry1(new SchemaRegistry);
144 scoped_ptr<SchemaRegistry> registry2(new SchemaRegistry);
249 scoped_ptr<SchemaRegistry> registry(new SchemaRegistry);
H A Dasync_policy_provider.cc20 SchemaRegistry* registry,
34 void AsyncPolicyProvider::Init(SchemaRegistry* registry) {
H A Dconfiguration_policy_provider_test.h54 SchemaRegistry schema_registry_;
78 SchemaRegistry* registry,
H A Dforwarding_policy_provider.cc24 void ForwardingPolicyProvider::Init(SchemaRegistry* registry) {
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_extension_tracker.h15 class SchemaRegistry;
18 // registered in a SchemaRegistry.
24 SchemaRegistry* schema_registry);
36 SchemaRegistry* schema_registry_;
H A Dlogin_profile_policy_provider.h27 virtual void Init(SchemaRegistry* registry) OVERRIDE;
H A Ddevice_local_account_extension_tracker.cc23 SchemaRegistry* schema_registry)
81 // a rare event. In that case we leave the extension ID in the SchemaRegistry,
H A Ddevice_local_account_policy_service.h90 SchemaRegistry* schema_registry() { return &schema_registry_; }
120 SchemaRegistry schema_registry_;
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.h39 // for components. The components to manage come from a SchemaRegistry.
44 public SchemaRegistry::Observer,
77 SchemaRegistry* schema_registry,
100 // SchemaRegistry::Observer implementation:
128 SchemaRegistry* schema_registry_;
H A Dcomponent_cloud_policy_service_stub.cc16 SchemaRegistry* schema_registry,
H A Duser_cloud_policy_manager_unittest.cc75 SchemaRegistry schema_registry_;

Completed in 172 milliseconds

12